Package org.postgresql.util
Interface ByteStreamWriter.ByteStreamTarget
-
- Enclosing interface:
- ByteStreamWriter
public static interface ByteStreamWriter.ByteStreamTargetProvides a target to write bytes to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStreamgetOutputStream()Provides an output stream to write bytes to.
-
-
-
Method Detail
-
getOutputStream
OutputStream getOutputStream()
Provides an output stream to write bytes to.- Returns:
- an output stream
-
-