MCPcopy Create free account
hub / github.com/buggins/coolreader / LVCreateTCRDecoderStream

Function LVCreateTCRDecoderStream

crengine/src/lvstream.cpp:3466–3469  ·  view source on GitHub ↗

creates TCR decoder stream for stream

Source from the content-addressed store, hash-verified

3464
3465/// creates TCR decoder stream for stream
3466LVStreamRef LVCreateTCRDecoderStream( LVStreamRef stream )
3467{
3468 return LVTCRStream::create( stream, LVOM_READ );
3469}
3470
3471/// returns path part of pathname (appended with / or \ delimiter)
3472lString16 LVExtractPath( lString16 pathName, bool appendEmptyPath )

Callers 1

LoadDocumentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected