Пример #1
0
 /**
  * Read the code set profile information from the given input stream.
  *
  * @param profile a stream to read from.
  */
 public void read(AbstractCdrInput profile) {
   BufferredCdrInput encapsulation = profile.read_encapsulation();
   narrow.read(encapsulation);
   wide.read(encapsulation);
 }