Uses of Interface
org.postgresql.util.ByteStreamWriter.ByteStreamTarget
-
Packages that use ByteStreamWriter.ByteStreamTarget Package Description org.postgresql.util -
-
Uses of ByteStreamWriter.ByteStreamTarget in org.postgresql.util
Methods in org.postgresql.util with parameters of type ByteStreamWriter.ByteStreamTarget Modifier and Type Method Description void
ByteBufferByteStreamWriter. writeTo(ByteStreamWriter.ByteStreamTarget target)
void
ByteStreamWriter. writeTo(ByteStreamWriter.ByteStreamTarget target)
Write the data to the providedOutputStream
.
-