Uses of Class
org.hsqldb.lib.HsqlByteArrayOutputStream
Packages that use HsqlByteArrayOutputStream
-
Uses of HsqlByteArrayOutputStream in org.hsqldb.lib
Methods in org.hsqldb.lib with parameters of type HsqlByteArrayOutputStreamModifier and TypeMethodDescriptionstatic voidStringConverter.stringToHtmlBytes(HsqlByteArrayOutputStream b, String s) Converts the string to an HTML representation in the ASCII character set and appends it to a byte array output stream.static voidStringConverter.stringToUnicodeBytes(HsqlByteArrayOutputStream b, String s, boolean doubleSingleQuotes) Hsqldb specific encoding used only for log files.static intStringConverter.stringToUTFBytes(String str, HsqlByteArrayOutputStream out) Writes a string to the specified DataOutput using UTF-8 encoding in a machine-independent manner.