Catalogen

RecordInputStream @Cluster 1 (hasnextrecord, recordinputstream, recstream)


EventRecordFactory.java

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();