public void WriteTyped(int type, byte[] buffer)
 {
     _outputStream.WriteTyped(type, buffer);
 }