|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UTFWriter
Created by Christoph Schmidt-Casdorff on 04.02.14.
Method Summary | |
---|---|
void |
close()
|
String |
getFilename()
|
boolean |
isClosed()
|
String |
lock()
|
long |
position()
|
List<String> |
readContent()
reads the content |
void |
resetContent()
resets the content of the file associated with die current transaction |
void |
restoreSize(long filePosition)
|
long |
size()
|
void |
unlock(String lockToken)
|
long |
write(String value)
writes a string to file |
Method Detail |
---|
String lock() throws InterruptedException
InterruptedException
void unlock(String lockToken)
boolean isClosed()
@RequiresTransaction void resetContent() throws IOException
IOException
@RequiresTransaction long write(String value) throws IOException
value
-
IOException
void close()
@RequiresTransaction String getFilename() throws IOException
IOException
List<String> readContent() throws IOException
IOException
long size() throws IOException
IOException
void restoreSize(long filePosition) throws IOException
IOException
long position() throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |