java.io
Class SequenceInputStream
java.lang.Object
java.io.InputStream
java.io.SequenceInputStream
public class SequenceInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceInputStream
public SequenceInputStream(InputStream var0,
InputStream var1)
SequenceInputStream
public SequenceInputStream(Enumeration var0)
available
public int available()
throws IOException
- Overrides:
available
in class InputStream
- Throws:
IOException
close
public void close()
throws IOException
- Overrides:
close
in class InputStream
- Throws:
IOException
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
read
public int read(byte[] var0,
int var1,
int var2)
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.