@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, waitwrite, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic abstract boolean shortOfSpace(int length)
                              throws IOException
length - length of bytesIOExceptionpublic abstract boolean hasUnFlushedData()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.