@InterfaceAudience.Private public abstract class DataOutputStream extends OutputStream implements DataOutput
Constructor and Description |
---|
DataOutputStream() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
hasUnFlushedData()
Check whether there is unflushed data stored in the stream
|
abstract boolean |
shortOfSpace(int length)
Check whether this buffer has enough space to store length of bytes
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
public abstract boolean shortOfSpace(int length) throws IOException
length
- length of bytesIOException
public abstract boolean hasUnFlushedData()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.