MCPcopy Create free account
hub / github.com/LAStools/LAStools / ByteStreamInOutFileLE

Method ByteStreamInOutFileLE

LASzip/src/bytestreaminout_file.hpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47};
48
49inline ByteStreamInOutFileLE::ByteStreamInOutFileLE(FILE* file) : ByteStreamInFileLE(file), ByteStreamOutFileLE(file)
50{
51}
52
53inline ByteStreamInOutFileBE::ByteStreamInOutFileBE(FILE* file) : ByteStreamInFileBE(file), ByteStreamOutFileBE(file)
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected