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