org.ejtools.archive.io
Class ByteReader

java.lang.Object
  |
  +--org.ejtools.archive.io.StreamReader
        |
        +--org.ejtools.archive.io.ByteReader
All Implemented Interfaces:
Reader

public class ByteReader
extends StreamReader

Reader implementation based on a byte array. The stream is build onto the byte array.

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

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

ByteReader

public ByteReader(byte[] content)
Builds a ByteReader on a byte array

Parameters:
content - Description of the Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.