示例#1
0
 void read() {
   CodedStreams.readFromFile(this, coding, file);
 }
示例#2
0
 void write() {
   CodedStreams.writeToFile(this, coding, file);
 }