|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.io.StreamInputReader
com.bbn.openmap.io.ByteArrayInputReader
public class ByteArrayInputReader
An InputReader working on a byte array
| Field Summary |
|---|
| Fields inherited from class com.bbn.openmap.io.StreamInputReader |
|---|
inputStream, inputStreamCount, name |
| Constructor Summary | |
|---|---|
ByteArrayInputReader(byte[] bytes)
|
|
| Method Summary | |
|---|---|
protected void |
reopen()
Reset the DataInputStream to the beginning, by closing the current connection and reopening it. |
| Methods inherited from class com.bbn.openmap.io.StreamInputReader |
|---|
available, close, count, getFilePointer, getName, length, read, read, read, readBytes, seek, skipBytes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteArrayInputReader(byte[] bytes)
| Method Detail |
|---|
protected void reopen()
throws java.io.IOException
StreamInputReader
reopen in class StreamInputReaderjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||