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