Show / Hide Table of Contents

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 Source

BitStream(BinaryReader)

Declaration
public BitStream(BinaryReader _is)
Parameters
Type Name Description
System.IO.BinaryReader _is

Methods

| Improve this Doc View Source

GetBit()

Declaration
public bool GetBit()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetTotalBitsRead()

Declaration
public uint GetTotalBitsRead()
Returns
Type Description
System.UInt32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾