MCPcopy Create free account
hub / github.com/Segs/Segs / ResetOffsets

Method ResetOffsets

Components/BitStream.cpp:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407
408void BitStream::ResetOffsets()
409{
410 Reset();
411 m_write_bit_off=m_read_bit_off=0;
412}
413
414void BitStream::UseByteAlignedMode(bool toggle)
415{

Callers 1

serializefromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected