DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVA
java create inputstream from string
InputStream
targetStream
=
new
ByteArrayInputStream
(
"your string"
.
getBytes
(
)
)
;
PREVIOUS
NEXT
Tagged:
#java
#create
#inputstream
#string
ADD COMMENT
Topic
COMMENT
Name
5+6 =
Submit