|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RandomInputable
| Method Summary | |
|---|---|
void |
close()
|
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
void |
saveTo(java.lang.String filename)
Save to a file. |
int |
skipBytes(int n)
|
| Methods inherited from interface java.io.DataInput |
|---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF |
| Method Detail |
|---|
void close()
throws java.io.IOException
java.io.IOExceptionInputStream.close()
int read()
throws java.io.IOException
java.io.IOExceptionInputStream.read()
int read(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionInputStream.read(byte, int, int)
int read(byte[] b)
throws java.io.IOException
java.io.IOExceptionInputStream.read(byte[])
void saveTo(java.lang.String filename)
throws java.io.IOException
java.io.IOException
int skipBytes(int n)
throws java.io.IOException
skipBytes in interface java.io.DataInputjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||