Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ ByteStreamInArray
Method
ByteStreamInArray
src/bytestreamin_array.hpp:108–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
};
107
108
inline ByteStreamInArray::ByteStreamInArray()
109
{
110
this->data = 0;
111
this->size = 0;
112
this->curr = 0;
113
}
114
115
inline ByteStreamInArray::ByteStreamInArray(const U8* data, I64 size)
116
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.85
Tested by
no test coverage detected