Catalogen

RecordInputStream


Cluster 1 (hasnextrecord, recordinputstream, recstream)

1 results

create an array of records from an input stream @ return the array of bytes that were used by the

294. RecordInputStream recStream = new RecordInputStream(in);
296. while (recStream.hasNextRecord()) {
297.   recStream.nextRecord();

Cluster 2 (in, readshort, recordinputstream)

3 results

invokes the delegate ‘ s < code > mark ( int ) < / code > method . @ param as the stream to read from

75. public Ref3DPtg(RecordInputStream in) {
76.     field_1_index_extern_sheet = in.readShort();
77.     field_2_row          = in.readShort();
78.     field_3_column        = in.readShort();