Class BitStream
Inheritance
System.Object
BitStream
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 BitStream
Constructors
| Improve this Doc View SourceBitStream(BinaryReader)
Declaration
public BitStream(BinaryReader _is)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | _is |
Methods
| Improve this Doc View SourceGetBit()
Declaration
public bool GetBit()
Returns
Type | Description |
---|---|
System.Boolean |
GetTotalBitsRead()
Declaration
public uint GetTotalBitsRead()
Returns
Type | Description |
---|---|
System.UInt32 |