java.io
Class PushbackInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.PushbackInputStream
public class PushbackInputStream
- extends FilterInputStream
Field Summary |
protected byte[] |
buf
|
protected int |
pos
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buf
protected byte[] buf
pos
protected int pos
PushbackInputStream
public PushbackInputStream(InputStream var0)
PushbackInputStream
public PushbackInputStream(InputStream var0,
int var1)
available
public int available()
throws IOException
- Overrides:
available
in class FilterInputStream
- Throws:
IOException
close
public void close()
throws IOException
- Overrides:
close
in class FilterInputStream
- Throws:
IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class FilterInputStream
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] var0,
int var1,
int var2)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
skip
public long skip(long var0)
throws IOException
- Overrides:
skip
in class FilterInputStream
- Throws:
IOException
unread
public void unread(byte[] var0)
throws IOException
- Throws:
IOException
unread
public void unread(byte[] var0,
int var1,
int var2)
throws IOException
- Throws:
IOException
unread
public void unread(int var0)
throws IOException
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.