Show / Hide Table of Contents

Class BitOggStream

Inheritance
System.Object
BitOggStream
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BnkExtractor.Ww2ogg
Assembly: BnkExtractor.dll
Syntax
public class BitOggStream : IDisposable

Constructors

| Improve this Doc View Source

BitOggStream(BinaryWriter)

Declaration
public BitOggStream(BinaryWriter _os)
Parameters
Type Name Description
System.IO.BinaryWriter _os

Methods

| Improve this Doc View Source

checksum(Byte[], Int32)

Declaration
public static uint checksum(byte[] data, int bytes)
Parameters
Type Name Description
System.Byte[] data
System.Int32 bytes
Returns
Type Description
System.UInt32
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

flush_bits()

Declaration
public void flush_bits()
| Improve this Doc View Source

flush_page(Boolean, Boolean)

Declaration
public void flush_page(bool next_continued = false, bool last = false)
Parameters
Type Name Description
System.Boolean next_continued
System.Boolean last
| Improve this Doc View Source

put_bit(Boolean)

Declaration
public void put_bit(bool bit)
Parameters
Type Name Description
System.Boolean bit
| Improve this Doc View Source

set_granule(UInt32)

Declaration
public void set_granule(uint g)
Parameters
Type Name Description
System.UInt32 g

Implements

System.IDisposable
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾