Class WriteableDAO
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.WriteableDAO
- Direct Known Subclasses:
SetSerializedOnline
,SetSerializedPosition
,SetSerializedRoute
,WriteBuffer
A Data Access Object to write to streams.
- Since:
- 4.1
- Version:
- 6.0
- Author:
- Luke
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Initializes the Data Access Object. -
Method Summary
Methods inherited from class org.deltava.dao.file.DAO
getReader, getStream, setBufferSize
-
Field Details
-
_os
-
-
Constructor Details
-
WriteableDAO
Initializes the Data Access Object.- Parameters:
os
- the OutputStream to write to
-