Show / Hide Table of Contents

Class Packet

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

Constructors

| Improve this Doc View Source

Packet(BinaryReader, Int32, Boolean, Boolean)

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

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 ushort size()
Returns
Type Description
System.UInt16
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾