java.io
Class PushbackReader
java.lang.Object
java.io.Reader
java.io.FilterReader
java.io.PushbackReader
public class PushbackReader
- extends FilterReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PushbackReader
public PushbackReader(Reader var0)
PushbackReader
public PushbackReader(Reader var0,
int var1)
close
public void close()
throws IOException
- Overrides:
close
in class FilterReader
- Throws:
IOException
mark
public void mark(int var0)
throws IOException
- Overrides:
mark
in class FilterReader
- Throws:
IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class FilterReader
read
public int read()
throws IOException
- Overrides:
read
in class FilterReader
- Throws:
IOException
read
public int read(char[] var0,
int var1,
int var2)
throws IOException
- Overrides:
read
in class FilterReader
- Throws:
IOException
ready
public boolean ready()
throws IOException
- Overrides:
ready
in class FilterReader
- Throws:
IOException
reset
public void reset()
throws IOException
- Overrides:
reset
in class FilterReader
- Throws:
IOException
unread
public void unread(char[] var0)
throws IOException
- Throws:
IOException
unread
public void unread(char[] 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.