org.jibx.runtime.impl
Class InputStreamWrapper.WrappedStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.jibx.runtime.impl.InputStreamWrapper.WrappedStream
Enclosing class:
InputStreamWrapper

private class InputStreamWrapper.WrappedStream
extends java.io.InputStream

Stream that just uses the enclosing class to buffer input from the wrapped stream.


Field Summary
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
private InputStreamWrapper.WrappedStream()
           
 
Method Summary
 int available()
           
 void close()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 long skip(long n)
           
 
Methods inherited from class java.io.InputStream
mark, markSupported, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamWrapper.WrappedStream

private InputStreamWrapper.WrappedStream()
Method Detail

available

public int available()
              throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

read

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

read

public int read(byte[] b)
         throws java.io.IOException
Throws:
java.io.IOException

skip

public long skip(long n)
          throws java.io.IOException
Throws:
java.io.IOException

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException


Project Web Site