|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.InputStream java.io.FilterInputStream java.io.DataInputStream org.mpisws.p2p.transport.util.FileInputBuffer
public class FileInputBuffer
Field Summary |
---|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Fields inherited from interface rice.p2p.commonapi.rawserialization.InputBuffer |
---|
UNKNOWN |
Constructor Summary | |
---|---|
FileInputBuffer(java.io.File f,
Logger logger)
|
|
FileInputBuffer(java.lang.String fileName,
Logger logger)
|
Method Summary | |
---|---|
int |
bytesRemaining()
How much data is left in the InputBuffer. |
java.lang.String |
toString()
|
Methods inherited from class java.io.DataInputStream |
---|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes |
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface rice.p2p.commonapi.rawserialization.InputBuffer |
---|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readShort, readUTF |
Constructor Detail |
---|
public FileInputBuffer(java.io.File f, Logger logger) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public FileInputBuffer(java.lang.String fileName, Logger logger) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public int bytesRemaining()
InputBuffer
bytesRemaining
in interface InputBuffer
public java.lang.String toString()
toString
in class java.lang.Object
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |