BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.impl
Class XMLEntityManager.RewindableInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byweblogic.apache.xerces.impl.XMLEntityManager.RewindableInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
XMLEntityManager

protected final class XMLEntityManager.RewindableInputStream
extends InputStream


Constructor Summary
XMLEntityManager.RewindableInputStream(InputStream is)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEntityManager.RewindableInputStream

public XMLEntityManager.RewindableInputStream(InputStream is)
Method Detail

available

public int available()
              throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

mark

public void mark(int howMuch)

markSupported

public boolean markSupported()

read

public int read()
         throws IOException
Throws:
IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
Throws:
IOException

reset

public void reset()

rewind

public void rewind()

setStartOffset

public void setStartOffset(int offset)

skip

public long skip(long n)
          throws IOException
Throws:
IOException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.