Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ RangeDecoder
Method
RangeDecoder
unused/rangedecoder.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
#include <assert.h>
51
52
RangeDecoder::RangeDecoder()
53
{
54
instream = 0;
55
}
56
57
RangeDecoder::~RangeDecoder()
58
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected