org.apache.xerces.impl
protected final class XMLEntityManager.RewindableInputStream extends java.io.InputStream
| Constructor and Description |
|---|
XMLEntityManager.RewindableInputStream(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int howMuch) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
void |
rewind() |
void |
setStartOffset(int offset) |
long |
skip(long n) |
public XMLEntityManager.RewindableInputStream(java.io.InputStream is)
public void setStartOffset(int offset)
public void rewind()
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic void mark(int howMuch)
mark in class java.io.InputStreampublic void reset()
reset in class java.io.InputStreampublic boolean markSupported()
markSupported in class java.io.InputStreampublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.InputStreamjava.io.IOExceptionCopyright ? 1999-2005 Apache XML Project. All Rights Reserved.