Searched refs:CONTENT_OFFSET (Results 1 – 1 of 1) sorted by relevance
74 private static final int CONTENT_OFFSET = 4096; field in EncryptedDocument184 if (f.length() <= CONTENT_OFFSET) { in readContent()189 f.seek(CONTENT_OFFSET); in readContent()224 f.seek(CONTENT_OFFSET); in writeMetadataAndContent()246 if (f.getFilePointer() > CONTENT_OFFSET) { in writeMetadataAndContent()