Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Java Tutorial
Language
Data Type
Operators
Statement Control
Class Definition
Development
Reflection
Regular Expressions
Collections
Thread
File
Generics
I18N
Swing
Swing Event
2D Graphics
SWT
SWT 2D Graphics
Network
Database
Hibernate
JPA
JSP
JSTL
Servlet
Web Services SOA
EJB3
Spring
PDF
Email
J2ME
J2EE Application
XML
Design Pattern
Log
Security
Apache Common
Ant
JUnit
OutputStream « File « Java Tutorial
Java Tutorial
File
OutputStream
11.13.OutputStream
11.13.1.
Byte Counting OutputStream
11.13.2.
Memory Byte Array OutputStream
11.13.3.
A null output stream. All data written to this stream is ignored.
11.13.4.
Provides true Closable semantics ordinarily missing in a {@link java.io.ByteArrayOutputStream}.
11.13.5.
Write the entire contents of the supplied string to the given stream. This method always flushes and closes the stream when finished.
11.13.6.
Transfers all bytes that can be read from one stream to another stream.