Inherits Assimp::IOStream.
◆ JavaIOStream()
JavaIOStream::JavaIOStream |
( |
size_t |
size, |
|
|
char * |
buffer, |
|
|
jobject |
jIOStream |
|
) |
| |
|
inline |
◆ ~JavaIOStream()
JavaIOStream::~JavaIOStream |
( |
void |
| ) |
|
|
inline |
◆ FileSize()
size_t JavaIOStream::FileSize |
( |
| ) |
const |
|
inlinevirtual |
◆ Flush()
void JavaIOStream::Flush |
( |
| ) |
|
|
inlinevirtual |
Flush the contents of the file buffer (for writers) See fflush() for more details.
Implements Assimp::IOStream.
◆ javaObject()
jobject JavaIOStream::javaObject |
( |
| ) |
|
|
inline |
◆ Read()
size_t JavaIOStream::Read |
( |
void * |
pvBuffer, |
|
|
size_t |
pSize, |
|
|
size_t |
pCount |
|
) |
| |
|
inlinevirtual |
Read from the file.
See fread() for more details This fails for write-only files
Implements Assimp::IOStream.
◆ Seek()
Set the read/write cursor of the file.
Note that the offset is negative for aiOrigin_END. See fseek() for more details
Implements Assimp::IOStream.
◆ Tell()
size_t JavaIOStream::Tell |
( |
void |
| ) |
const |
|
inlinevirtual |
Get the current position of the read/write cursor.
See ftell() for more details
Implements Assimp::IOStream.
◆ Write()
size_t JavaIOStream::Write |
( |
const void * |
pvBuffer, |
|
|
size_t |
pSize, |
|
|
size_t |
pCount |
|
) |
| |
|
inlinevirtual |
Write to the file.
See fwrite() for more details This fails for read-only files
Implements Assimp::IOStream.
The documentation for this class was generated from the following file: