org.apache.xerces.impl
Class XMLEntityManager.RewindableInputStream
InputStream
org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
- XMLEntityManager
protected final class XMLEntityManager.RewindableInputStream
extends InputStream
RewindableInputStream
public RewindableInputStream(InputStream is)
available
public int available()
throws IOException
close
public void close()
throws IOException
mark
public void mark(int howMuch)
markSupported
public boolean markSupported()
read
public int read()
throws IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
rewind
public void rewind()
setStartOffset
public void setStartOffset(int offset)
skip
public long skip(long n)
throws IOException
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.