API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcUncompressedFiler Class
OdPrcUncompressedFiler Class
OdPrcUncompressedFilerOdPrcUncompressedFiler
Syntax
C++
class OdPrcUncompressedFiler : public OdPrcFiler;

PrcUncompressedFiler.h

 

Class provides methods for working with uncompressed .prc files.

Destroys an uncompressed filer object. 
Creates a new object of this class, fills out its fields, and returns a pointer to it.
 
Returns a pointer to the internal buffer. 
Returns the length in bytes of the file associated with the filer. 
Returns a block of specific size from the file associated with the filer.
 
Returns the current value of a field.
 
seek 
Moves the current position of the file pointer for the filer to the specified location.
 
tell 
Returns the current position of the file pointer for the internal buffer. 
Writes a block of specific size to the file associated with the filer.
 
Writes an unsigned integer to the file associated with the filer.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.