public class DeltaDocumentInputStream
extends java.io.InputStream
implements org.exbin.utils.binary_data.SeekableStream, org.exbin.utils.binary_data.FinishableStream
Constructor and Description |
---|
DeltaDocumentInputStream(DeltaDocument document) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
long |
finish() |
long |
getLength() |
long |
getStreamSize() |
int |
read() |
int |
read(byte[] output,
int off,
int len) |
void |
seek(long position) |
public DeltaDocumentInputStream(DeltaDocument document)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
public int read(byte[] output, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void seek(long position) throws java.io.IOException
seek
in interface org.exbin.utils.binary_data.SeekableStream
java.io.IOException
public long finish() throws java.io.IOException
finish
in interface org.exbin.utils.binary_data.FinishableStream
java.io.IOException
public long getLength()
getLength
in interface org.exbin.utils.binary_data.FinishableStream
public long getStreamSize()
getStreamSize
in interface org.exbin.utils.binary_data.SeekableStream