|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ejtools.archive.io.StreamReader | +--org.ejtools.archive.io.ByteReader
Reader implementation based on a byte array. The stream is build onto the byte array.
Constructor Summary | |
ByteReader(byte[] content)
Builds a ByteReader on a byte array |
Methods inherited from class org.ejtools.archive.io.StreamReader |
createEntry, getZipInputStream, popZipInputStream, pushZipInputStream, visit, visit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ByteReader(byte[] content)
content
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |