Home
Previous
Up
Next
Index
MotionDatabase::FileReader
Overview
interface FileReader
Operation Index
destroy
getSize
readChunk
seek
Operations
void destroy()
long getSize() throws
InternalErrorException
ByteSequence
readChunk(long length) throws
InternalErrorException
,
InvalidParameterException
void seek(long pos) throws
InternalErrorException
,
InvalidParameterException
Home
Previous
Up
Next
Index