Open main menu

CDOT Wiki β

Changes

Decorator

14 bytes added, 14:35, 1 March 2007
Example
if (pos < buf.length) {
return buf[pos++] & 0xff;
} return super.read();
}
}
1
edit