Photon Quantum 3.0.0

Photon.Deterministic.ByteUtils Member List

This is the complete list of members for Photon.Deterministic.ByteUtils, including all inherited members.

AddByteBlock(byte[] block, byte[] buffer, int offset)Photon.Deterministic.ByteUtilsinlinestatic
AddValueBlock(int value, byte[] buffer, int offset)Photon.Deterministic.ByteUtilsinlinestatic
AddValueBlock(long value, byte[] buffer, int offset)Photon.Deterministic.ByteUtilsinlinestatic
AddValueBlock(ulong value, byte[] buffer, int offset)Photon.Deterministic.ByteUtilsinlinestatic
Base64Decode(string data)Photon.Deterministic.ByteUtilsinlinestatic
Base64DecodeString(string data, Encoding encoding)Photon.Deterministic.ByteUtilsinlinestatic
Base64Encode(byte[] data)Photon.Deterministic.ByteUtilsinlinestatic
Base64EncodeString(string data, Encoding encoding)Photon.Deterministic.ByteUtilsinlinestatic
BeginByteBlockHeader(byte[] buffer, int offset, out int blockStart)Photon.Deterministic.ByteUtilsinlinestatic
CreateGZipCompressStream(Stream output)Photon.Deterministic.ByteUtilsinlinestatic
CreateGZipDecompressStream(Stream output)Photon.Deterministic.ByteUtilsinlinestatic
EndByteBlockHeader(byte[] buffer, int blockStart, int bytesWritten)Photon.Deterministic.ByteUtilsinlinestatic
GZipCompressBytes(Byte[] data)Photon.Deterministic.ByteUtilsinlinestatic
GZipCompressBytes(Byte[] data, int offset, int size, Stream output)Photon.Deterministic.ByteUtilsinlinestatic
GZipCompressBytes(Stream input, Stream output)Photon.Deterministic.ByteUtilsinlinestatic
GZipCompressString(String data, Encoding encoding)Photon.Deterministic.ByteUtilsinlinestatic
GZipDecompressBytes(Byte[] data)Photon.Deterministic.ByteUtilsinlinestatic
GZipDecompressString(Byte[] data, Encoding encoding)Photon.Deterministic.ByteUtilsinlinestatic
GZipDecompressString(Byte[] data, int offset, int size, Encoding encoding)Photon.Deterministic.ByteUtilsinlinestatic
MergeByteBlocks(params Byte[][] blocks)Photon.Deterministic.ByteUtilsinlinestatic
PackByteBlocks(params Byte[][] blocks)Photon.Deterministic.ByteUtilsinlinestatic
PrintBits(Array array, Int32 offset, Int32 length)Photon.Deterministic.ByteUtilsinlinestatic
ReadByteBlocks(Byte[] data)Photon.Deterministic.ByteUtilsinlinestatic
ToByteArray(byte *ptr, int length)Photon.Deterministic.ByteUtilsinlinestatic
WriteBytes(long value, byte[] array, int offset)Photon.Deterministic.ByteUtilsinlinestatic
WriteBytes(ulong value, byte[] array, int offset)Photon.Deterministic.ByteUtilsinlinestatic
WriteBytes(int value, byte[] array, int offset)Photon.Deterministic.ByteUtilsinlinestatic