MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / GetHandle

Method GetHandle

Libraries/unrar/file.hpp:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 bool IsDevice();
108 static bool RemoveCreated();
109 FileHandle GetHandle() {return hFile;}
110 void SetHandle(FileHandle Handle) {Close();hFile=Handle;}
111 void SetIgnoreReadErrors(bool Mode) {IgnoreReadErrors=Mode;}
112 int64 Copy(File &Dest,int64 Length=INT64NDF);

Callers 2

ExtractStreams20Function · 0.80
ExtractStreamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected