[This is preliminary documentation and is subject to change.]
| Name | Description |
---|
  | ReadSLEB128(Stream) | |
  | ReadSLEB128( Byte , Int32) | |
  | ReadSLEB128(Stream, Int32 ) | |
  | ReadSLEB128( Byte , Int32 , Int32) | |
  | ReadULEB128(Stream) | |
  | ReadULEB128( Byte , Int32) | |
  | ReadULEB128(Stream, Int32 ) | |
  | ReadULEB128( Byte , Int32 , Int32) | |
  | WriteSLEB128(Stream, Int64, Int32) | |
  | WriteSLEB128( Byte , Int64, Int32, Int32) | |
  | WriteSLEB128(Stream, Int64, Int32 , Int32) | |
  | WriteSLEB128( Byte , Int64, Int32 , Int32, Int32) | |
  | WriteULEB128(Stream, UInt64, UInt32) | |
  | WriteULEB128( Byte , UInt64, Int32, UInt32) | |
  | WriteULEB128(Stream, UInt64, Int32 , UInt32) | |
  | WriteULEB128( Byte , UInt64, Int32 , Int32, UInt32) | |
Back to Top