Home
Package
Class
Method
Package
org
.
hsqldb_voltpatches
.
lib
Examples of org.hsqldb_voltpatches.lib.StringInputStream
org.hsqldb_voltpatches.lib.StringInputStream
minimal InputStream subclass to fetch bytes form a String @author Fred Toussi (fredt@users dot sourceforge.net) @version 1.7.0
880
881
882
883
884
885
886
if
(
s ==
null
) {
return null
;
}
return new
StringInputStream
(
s
)
;
}
View Full Code Here
TOP
Related Classes of org.hsqldb_voltpatches.lib.StringInputStream
org.hsqldb_voltpatches.jdbc.JDBCResultSet
Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.