Class WriteBuffer
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.WriteableDAO
org.deltava.dao.file.WriteBuffer
- Direct Known Subclasses:
SetImportStatus
A Data Access Object to write a buffer to the file system.
- Since:
- 1.0
- Version:
- 4.1
- Author:
- Luke
-
Field Summary
FieldsFields inherited from class org.deltava.dao.file.WriteableDAO
_os
-
Constructor Summary
ConstructorsConstructorDescriptionWriteBuffer
(File f) Initializes the Data Access Object.WriteBuffer
(String path, String fileName) Initializes the Data Access Object. -
Method Summary
Methods inherited from class org.deltava.dao.file.DAO
getReader, getStream, setBufferSize
-
Field Details
-
_f
-
-
Constructor Details
-
WriteBuffer
-
WriteBuffer
-
-
Method Details
-
write
Writes a buffer to the filesystem.- Parameters:
buffer
- the buffer data- Throws:
DAOException
- if an I/O error occurs
-