Class: BufferStack
| Defined in: | src/pack/coffee-pack.coffee |
Instance Method Summary
- # (void) toString()
- # (void) pop(args...)
- # (void) parse(arg)
- # (void) parse_byte(count)
- # (void) parse_char(count)
- # (void) parse_string()
- # (void) parse_int32()
- # (void) parse_uint32()
- # (void) parse_uint16()
Constructor Details
#
(void)
constructor(buffer)
Instance Method Details
#
(void)
toString()
#
(void)
pop(args...)
#
(void)
parse(arg)
#
(void)
parse_byte(count)
#
(void)
parse_char(count)
#
(void)
parse_string()
#
(void)
parse_int32()
#
(void)
parse_uint32()
#
(void)
parse_uint16()