public static class ByteArrayIOFileStream.ByteArrayIOFileInputStream extends ByteArrayIOStream.ByteArrayIOInputStream
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
closeAll()
close the underlying file
|
byte[] |
getBuf() |
long |
getCount() |
ByteArrayIOStream.ByteArrayIOInputStream |
getNewStream()
get a new input stream that starts at current pos
|
void |
mark(int readAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
void |
seek(long pos)
throws JDFException if an IOException occurred
|
long |
skip(long n) |
long |
tell() |
java.lang.String |
toString() |
public ByteArrayIOStream.ByteArrayIOInputStream getNewStream()
getNewStream in class ByteArrayIOStream.ByteArrayIOInputStreampublic java.lang.String toString()
toString in class ByteArrayIOStream.ByteArrayIOInputStreamObject.toString()public long getCount()
getCount in class ByteArrayIOStream.ByteArrayIOInputStreampublic void seek(long pos)
seek in class ByteArrayIOStream.ByteArrayIOInputStreamByteArrayIOStream.ByteArrayIOInputStream.seek(long)public long tell()
tell in class ByteArrayIOStream.ByteArrayIOInputStreamByteArrayIOStream.ByteArrayIOInputStream.tell()public byte[] getBuf()
getBuf in class ByteArrayIOStream.ByteArrayIOInputStreampublic int read()
read in class java.io.ByteArrayInputStreampublic int read(byte[] b,
int off,
int len)
read in class java.io.ByteArrayInputStreampublic long skip(long n)
skip in class java.io.ByteArrayInputStreampublic int available()
available in class java.io.ByteArrayInputStreampublic boolean markSupported()
markSupported in class java.io.ByteArrayInputStreampublic void mark(int readAheadLimit)
mark in class java.io.ByteArrayInputStreampublic void reset()
reset in class java.io.ByteArrayInputStreampublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.ByteArrayInputStreamjava.io.IOExceptionpublic void closeAll()