Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getReadByteSize
Method
getReadByteSize
Engine/source/core/stream/bitStream.cpp:185–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
184
185
U32 BitStream::getReadByteSize()
186
{
187
return (maxReadBitNum >> 3) - getPosition();
188
}
189
190
U32 BitStream::getWriteByteSize()
191
{
Callers
1
processRawPacket
Method · 0.80
Calls
1
getPosition
Function · 0.85
Tested by
no test coverage detected