XML for Java 2.0.0

com.ibm.xml.framework
Class ChunkyByteArray

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--com.ibm.xml.framework.ChunkyByteArray

public final class ChunkyByteArray
extends java.io.InputStream

Version:
Revision: 60 1.5 src/com/ibm/xml/framework/ChunkyByteArray.java, parser, xml4j2, xml4j2_0_0

Constructor Summary
ChunkyByteArray(java.io.InputStream is)
           
 
Method Summary
 boolean atEOF(int offset)
           
 byte byteAt(int offset)
           
 void checkEOF(int offset)
           
 int read()
           
 int read(byte[] buffer, int offset, int length)
           
 void rewind()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkyByteArray

public ChunkyByteArray(java.io.InputStream is)
                throws java.io.IOException
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.InputStream

read

public int read(byte[] buffer,
                int offset,
                int length)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream

rewind

public void rewind()

byteAt

public byte byteAt(int offset)

atEOF

public boolean atEOF(int offset)

checkEOF

public void checkEOF(int offset)

XML for Java 2.0.0