JavaScript is disabled on your browser.
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method
Description
void
close ()
Closes the stream.
void
flush ()
Flushes the stream.
void
write (byte[] b)
Writes an array of bytes.
void
write (byte[] b,
int off,
int len)
Writes a sub array of bytes.
void
write (int b)
Writes a byte.
void
writeObject (Object obj)
Write an object to the underlying storage or stream.
Methods declared in interface java.io.DataOutput
writeBoolean , writeByte , writeBytes , writeChar , writeChars , writeDouble , writeFloat , writeInt , writeLong , writeShort , writeUTF
Method Detail
write
void write(byte[] b,
int off,
int len)
throws IOException
Writes a sub array of bytes.
Specified by:
write
in interface DataOutput
Parameters:
b
- the data to be written
off
- the start offset in the data
len
- the number of bytes that are written
Throws:
IOException
- If an I/O error has occurred.
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.