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

Function LVCreateBufferedStream

crengine/src/lvstream.cpp:3101–3106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3099}
3100
3101LVStreamRef LVCreateBufferedStream( LVStreamRef stream, int bufSize )
3102{
3103 if ( stream.isNull() || bufSize < 512 )
3104 return stream;
3105 return LVStreamRef( new LVCachedStream( stream, bufSize ) );
3106}
3107
3108lvsize_t LVPumpStream( LVStreamRef out, LVStreamRef in )
3109{

Callers 1

LoadDocumentMethod · 0.85

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected