Show / Hide Table of Contents

Class Packet8

Inheritance
System.Object
Packet8
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 Packet8

Constructors

| Improve this Doc View Source

Packet8(BinaryReader, Int32, Boolean)

Declaration
public Packet8(BinaryReader i, int o, bool little_endian)
Parameters
Type Name Description
System.IO.BinaryReader i
System.Int32 o
System.Boolean little_endian

Methods

| Improve this Doc View Source

granule()

Declaration
public uint granule()
Returns
Type Description
System.UInt32
| Improve this Doc View Source

header_size()

Declaration
public int header_size()
Returns
Type Description
System.Int32
| Improve this Doc View Source

next_offset()

Declaration
public int next_offset()
Returns
Type Description
System.Int32
| Improve this Doc View Source

offset()

Declaration
public int offset()
Returns
Type Description
System.Int32
| Improve this Doc View Source

size()

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