internal void Wrote(int bytes) { if (SafeNativeMethods.OggSyncWrote(_state, bytes) != 0) { throw new IOException(Resources.NativeOggSyncWroteError); } }