org.apache.xerces.impl
protected final class XMLEntityManager.RewindableInputStream extends InputStream
Constructor and Description |
---|
XMLEntityManager.RewindableInputStream(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) |
read
public XMLEntityManager.RewindableInputStream(InputStream is)
public void setStartOffset(int offset)
public void rewind()
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public void mark(int howMuch)
mark
in class InputStream
public void reset()
reset
in class InputStream
public boolean markSupported()
markSupported
in class InputStream
public void close() throws IOException
close
in interface Closeable
close
in class InputStream
IOException
Copyright © 2005-2018 Apache Software Foundation. All Rights Reserved.