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 long
fp
-
Constructor Summary
Constructors Constructor Description SFInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] buf, int off, int len)
long
skip(long v)
-
-
-
Method Detail
-
read
public int read() throws java.io.IOException
- Specified by:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
read
public int read(byte[] buf, int off, int len) throws java.io.IOException
- Overrides:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
skip
public long skip(long v) throws java.io.IOException
- Overrides:
skip
in classjava.io.InputStream
- Throws:
java.io.IOException
-
-