org.jibx.runtime.impl
Class InputStreamWrapper.WrappedStream
java.lang.Object
java.io.InputStream
org.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.
Fields inherited from class java.io.InputStream |
|
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 |
InputStreamWrapper.WrappedStream
private InputStreamWrapper.WrappedStream()
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