Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ ByteStreamInFile
Method
ByteStreamInFile
LASzip/src/bytestreamin_file.hpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
};
102
103
inline ByteStreamInFile::ByteStreamInFile(FILE* file)
104
{
105
this->file = file;
106
}
107
108
inline U32 ByteStreamInFile::getByte()
109
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected