org.cruxframework.crux.core.client.db
Interface FileCursor
- All Superinterfaces:
- Cursor<String,Blob>
- All Known Implementing Classes:
- IDXFileCursor
public interface FileCursor
- extends Cursor<String,Blob>
Represents a cursor of files stored into the database.
To open a file cursor, you must ask to a FileStore object.
See the following example:
Transaction transaction = database.getTransaction(new String[]{FileStore.OBJECT_STORE_NAME}, Transaction.Mode.readWrite);
transaction.getFileStore().openCursor(new FileStoreCursorCallback(){
- Author:
- Thiago da Rosa de Bustamante
Copyright © 2014. All rights reserved.