Changes

Jump to: navigation, search

Decorator

2 bytes added, 12:52, 11 April 2007
m
Example
class PushbackInputStream extends FilterInputStream {
public PushbackInputStream(InputStream in, int size) {
super(in); //<span style="color:red">Calls the FileInputStream FilterInputStream class and stores the reference of InputStream</span>
if (size <= 0) {
throw new IllegalArgumentException("size <= 0");
1
edit

Navigation menu