Interface ChunkInputStreamInterface
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
ChunkInputStreamNotBuffered,ChunkInputStreamOptionalBuffer
-
Method Summary
Modifier and TypeMethodDescriptionintvoidclose()longlongintlongbooleanbooleanbooleanintread()intread(byte[] b, int off, int len) longskip(long len) longtransferTo(OutputStream out)
-
Method Details
-
nextChunk
- Throws:
IOException
-
isChunksDone
boolean isChunksDone() -
getAvailableChunkSize
long getAvailableChunkSize() -
getChunkSize
long getChunkSize() -
getCurrentPos
int getCurrentPos() -
getCurrentTotalRead
long getCurrentTotalRead() -
read
- Throws:
IOException
-
read
- Throws:
IOException
-
skip
- Throws:
IOException
-
available
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
markSupported
boolean markSupported() -
transferTo
- Throws:
IOException
-