java.io.Closeable, java.io.DataOutput, java.io.Flushable, java.lang.AutoCloseableByteBufferDataWriter@Private
public abstract class DataOutputStream
extends java.io.OutputStream
implements java.io.DataOutput
| Constructor | Description |
|---|---|
DataOutputStream() |
| Modifier and Type | Method | 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
|
close, flush, nullOutputStream, write, write, writepublic abstract boolean shortOfSpace(int length)
throws java.io.IOException
length - length of bytesjava.io.IOExceptionpublic abstract boolean hasUnFlushedData()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.