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 SourceBitOggStream(BinaryWriter)
Declaration
public BitOggStream(BinaryWriter _os)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryWriter | _os |
Methods
| Improve this Doc View Sourcechecksum(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 |
Dispose()
Declaration
public void Dispose()
flush_bits()
Declaration
public void flush_bits()
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 |
put_bit(Boolean)
Declaration
public void put_bit(bool bit)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | bit |
set_granule(UInt32)
Declaration
public void set_granule(uint g)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | g |
Implements
System.IDisposable