Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
BufferUtil Class Reference

Static Public Member Functions

static byte[] Slice (byte[] buffer, int start)
 
static byte[] Slice (byte[] buffer, int start, int end)
 
static byte[] Slice (Stream stream, long start, long end)
 
static byte[] Subarray (byte[] buffer, int start, int size)
 

Member Function Documentation

◆ Slice() [1/3]

static byte[] BufferUtil.Slice ( byte[] buffer,
int start )
static

◆ Slice() [2/3]

static byte[] BufferUtil.Slice ( byte[] buffer,
int start,
int end )
static

◆ Slice() [3/3]

static byte[] BufferUtil.Slice ( Stream stream,
long start,
long end )
static

◆ Subarray()

static byte[] BufferUtil.Subarray ( byte[] buffer,
int start,
int size )
static

The documentation for this class was generated from the following file: