Extern :
- C3d aggiornamento delle librerie.
This commit is contained in:
@@ -25,13 +25,6 @@ class reader;
|
||||
class writer;
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
/// \ru Размер кластера по умолчанию. \en Cluster size by default. \~ \ingroup Base_Tools_IO
|
||||
//---
|
||||
const uint16 DEFCLSIZE = 0x1000;
|
||||
// \ru САА K13 12.5.2011 Увеличил размер кластера по умолчанию - параллельное перестроение видов. \en САА K13 12.5.2011 Increased cluster size by default - parallel rebuilding of views.
|
||||
// \ru САА K13 12.5.2011 const uint16 DEFCLSIZE = 256; \en САА K13 12.5.2011 const uint16 DEFCLSIZE = 256;
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
/** \brief \ru Потоковый буфер памяти.
|
||||
@@ -103,7 +96,7 @@ public:
|
||||
/// The meaning of addSize depends on the initial value of the parameter 'memory':
|
||||
/// if memory != 0 (i.e. the memory is already allocated), then addSize should be equal to memory size (addSize >= getMemLen() !!!).
|
||||
/// if memory == 0, then addSize defines a number of bytes to be added (and zeroed) at the beginning when allocating memory.
|
||||
size_t toMemory( const char *& memory, size_t addSize = 0 ) const;
|
||||
size_t toMemory( const char *& memory, size_t addSize = 0 ) const;
|
||||
/// \ru Прочитать из непрерывной памяти. \en Read from the contiguous memory.
|
||||
bool fromMemory( const char * memory );
|
||||
/// \ru Вычислить необходимую длину непрерывного куска памяти для буфера. \en Compute the necessary length of the contiguous memory block for a buffer.
|
||||
|
||||
Reference in New Issue
Block a user