Searched refs:writeArrayLength (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEntityOutput.java55 void writeArrayLength(int length); method in interface:EntityOutput
H A DPrimitiveArrayFormat.java93 output.writeArrayLength(a.length);
H A DRecordOutput.java162 * @see EntityInput#writeArrayLength
164 public void writeArrayLength(int length) { method in class:RecordOutput
H A DSimpleFormat.java168 output.writeArrayLength(len);
240 output.writeArrayLength(len);
318 output.writeArrayLength(len);
398 output.writeArrayLength(len);
477 output.writeArrayLength(len);
557 output.writeArrayLength(len);
631 output.writeArrayLength(len);
704 output.writeArrayLength(len);
H A DObjectArrayFormat.java134 output.writeArrayLength(a.length);

Completed in 42 milliseconds