Package com.mckoi.store
Class StreamFile.SFInputStream
- java.lang.Object
-
- java.io.InputStream
-
- com.mckoi.store.StreamFile.SFInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- StreamFile
class StreamFile.SFInputStream extends java.io.InputStream
-
-
Field Summary
Fields Modifier and Type Field Description private longfp
-
Constructor Summary
Constructors Constructor Description SFInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()intread(byte[] buf, int off, int len)longskip(long v)
-
-
-
Method Detail
-
read
public int read() throws java.io.IOException- Specified by:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
read
public int read(byte[] buf, int off, int len) throws java.io.IOException- Overrides:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
skip
public long skip(long v) throws java.io.IOException- Overrides:
skipin classjava.io.InputStream- Throws:
java.io.IOException
-
-