154155156157158159160161162163164
ow.writeInt(or.readInt()); ow.writeInt(or.readInt()); ow.writeLong(or.readLong()); ow.writeLong(or.readLong()); ow.writeLong(or.readLong()); ow.writeString(or.readString()); ow.writeString(or.readString()); or.readFully(buf); ow.write(buf); }
155156157158159160161162163164165
ow.writeInt(or.readInt()); ow.writeLong(or.readLong()); ow.writeLong(or.readLong()); ow.writeLong(or.readLong()); ow.writeString(or.readString()); ow.writeString(or.readString()); or.readFully(buf); ow.write(buf); } in.close();
156157158159160161162163164165166