ByteProviderInputStream

Package: ghidra.app.util.bin
Type: class

10.1_PUBLIC

addedmethod: available
int available() throws IOException
addedmethod: close
void close() throws IOException
addedmethod: mark
void mark(int readlimit)
addedmethod: markSupported
boolean markSupported()
addedmethod: read
int read(byte[] b, int bufferOffset, int len) throws IOException
addedmethod: reset
void reset() throws IOException
addedmethod: skip
long skip(long n) throws IOException

9.0.1_PUBLIC

introducedInitial version