compy.common

Undocumented in source.

Members

Enums

Format
enum Format
Undocumented in source.

Functions

bitReverseBufferCopy
ubyte[] bitReverseBufferCopy(ubyte[] input, ubyte[] buffer, ushort size)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferCopy
ubyte[] bufferCopy(ubyte[] input, ubyte[] buffer, ushort size)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferCopyBigEndian
ubyte[] bufferCopyBigEndian(ubyte[] input, ubyte[] buffer, ushort size)
Undocumented in source. Be warned that the author may not have intended to support it.
buildCommand
ubyte[] buildCommand(ubyte ID, ushort length, ushort payLoad)
Undocumented in source. Be warned that the author may not have intended to support it.
buildCommand
ubyte[] buildCommand(ubyte ID, ushort length, ubyte[] payLoad)
Undocumented in source. Be warned that the author may not have intended to support it.
buildCommand
ubyte[] buildCommand(ubyte ID, ushort length, ubyte payLoad)
Undocumented in source. Be warned that the author may not have intended to support it.
buildCommandBE
ubyte[] buildCommandBE(ubyte ID, ushort length, ushort payLoad)
Undocumented in source. Be warned that the author may not have intended to support it.
byteReverseBufferCopy
ubyte[] byteReverseBufferCopy(ubyte[] input, ubyte[] buffer, ushort size)
Undocumented in source. Be warned that the author may not have intended to support it.
comp
ubyte[] comp(Format format, ubyte[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
decomp
ubyte[] decomp(Format format, ubyte[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
decomp
ubyte[] decomp(Format format, ubyte[] input, size_t compressedSize)
Undocumented in source. Be warned that the author may not have intended to support it.
incByteFill
ubyte[] incByteFill(ubyte[] input, ubyte[] buffer, ushort size)
Undocumented in source. Be warned that the author may not have intended to support it.
increaseval
const(ubyte)[] increaseval(ubyte input, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
parseOffset
ulong parseOffset(string arg)
Undocumented in source. Be warned that the author may not have intended to support it.
readByte
ubyte readByte(T file)
Undocumented in source. Be warned that the author may not have intended to support it.
repeatByte
ubyte[] repeatByte(ubyte[] input, ubyte[] buffer, ushort size)
Undocumented in source. Be warned that the author may not have intended to support it.
repeatWord
ubyte[] repeatWord(ubyte[] input, ubyte[] buffer, ushort size)
Undocumented in source. Be warned that the author may not have intended to support it.
reversebits
ubyte reversebits(ubyte input)
Undocumented in source. Be warned that the author may not have intended to support it.
reversebits
ushort reversebits(ushort input)
Undocumented in source. Be warned that the author may not have intended to support it.
reversebits
uint reversebits(uint input)
Undocumented in source. Be warned that the author may not have intended to support it.
uncompdata
ubyte[] uncompdata(ubyte[] input, ushort size)
Undocumented in source. Be warned that the author may not have intended to support it.
zeroFill
ubyte[] zeroFill(ubyte[] input, ubyte[] buffer, ushort size)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta