public byte[] ReadOpaque(int length)
 {
     return(_inputStream.ReadOpaque(length));
 }