Class StartEndStream
- java.lang.Object
- 
- java.io.InputStream
- 
- java.io.FilterInputStream
- 
- org.apache.sedona.sql.datasources.osmpbf.TruncatedStream
- 
- org.apache.sedona.sql.datasources.osmpbf.StartEndStream
 
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable
 
 public class StartEndStream extends TruncatedStream 
- 
- 
Field Summary- 
Fields inherited from class java.io.FilterInputStreamin
 
- 
 - 
Constructor SummaryConstructors Constructor Description StartEndStream(InputStream in, long lengthLimit)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontinueReading()intread()intread(byte[] b, int off, int len)longskip(long n)- 
Methods inherited from class java.io.FilterInputStreamavailable, close, mark, markSupported, read, reset
 - 
Methods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
 
- 
 
- 
- 
- 
Constructor Detail- 
StartEndStreampublic StartEndStream(InputStream in, long lengthLimit) 
 
- 
 - 
Method Detail- 
continueReadingpublic boolean continueReading() - Overrides:
- continueReadingin class- TruncatedStream
 
 - 
readpublic int read() throws IOException- Overrides:
- readin class- FilterInputStream
- Throws:
- IOException
 
 - 
readpublic int read(byte[] b, int off, int len) throws IOException- Overrides:
- readin class- FilterInputStream
- Throws:
- IOException
 
 - 
skippublic long skip(long n) throws IOException- Overrides:
- skipin class- FilterInputStream
- Throws:
- IOException
 
 
- 
 
-