RageLib.Archives.ArchiveHelpers - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.Archives
Inheritance Hierarchy
Syntax
public class ArchiveHelpers
Constructors
| :white_large_square: |
prototype |
description |
Properties
| :white_large_square: |
name |
description |
Methods
| :white_large_square: |
prototype |
description |
| method |
long FindOffset(List< DataBlock > blocks, long neededSpace, long blockSize=1) |
Given a list of data blocks, this method finds an block of empty space of specified length. |
| method |
long FindSpace(List< DataBlock > blocks, DataBlock item) |
Given a list of data blocks, this method finds the maximum length of a specified data block. |
| method |
void MoveBytes(Stream stream, long sourceOffset, long destinationOffset, long length) |
__ |
Events
| :white_large_square: |
name |
description |