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 voidByteBufferByteStreamWriter. writeTo(ByteStreamWriter.ByteStreamTarget target)voidByteStreamWriter. writeTo(ByteStreamWriter.ByteStreamTarget target)Write the data to the providedOutputStream.
-