Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
408
void BitStream::ResetOffsets()
409
{
410
Reset();
411
m_write_bit_off=m_read_bit_off=0;
412
}
413
414
void BitStream::UseByteAlignedMode(bool toggle)
415
{
Callers
1
serializefrom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected