com.sentilla.io
Class JavaInputStream
java.lang.Object
java.io.InputStream
com.sentilla.io.JavaInputStream
- All Implemented Interfaces:
- Closeable
public class JavaInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaInputStream
public JavaInputStream(InputStream in)
available
public int available()
- Overrides:
available
in class InputStream
close
public void close()
- Specified by:
close
in interface Closeable
- Overrides:
close
in class InputStream
read
public int read()
- Specified by:
read
in class InputStream
read
public int read(byte[] b)
- Overrides:
read
in class InputStream
read
public int read(byte[] b,
int off,
int len)
- Overrides:
read
in class InputStream
skip
public long skip(long n)
- Overrides:
skip
in class InputStream
Copyright © 2007 Sentilla Corporation. All Rights Reserved.