super(in); this._length = length;
if (_length-- > 0) { return _in.read(); } else { setParentEofDetect(true); return -1; }