228229230231232233234235236237238
} /** read short value */ static short readShort(DataInputStream in) throws IOException { ShortWritable uShort = TL_DATA.get().U_SHORT; uShort.readFields(in); return uShort.get(); } /** write short value */ static void writeShort(short value, DataOutputStream out) throws IOException {
382383384385386387388389390391392
} /** read short value */ static short readShort(DataInput in) throws IOException { ShortWritable uShort = TL_DATA.get().U_SHORT; uShort.readFields(in); return uShort.get(); } /** write short value */ static void writeShort(short value, DataOutputStream out) throws IOException {
379380381382383384385386387388389
229230231232233234235236237238239
386387388389390391392393394395396
235236237238239240241242243244245
179180181182183184185186187188189