public interface DmcOutputStreamIF
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFile() |
void |
writeAttributeCount(int count) |
void |
writeAttributeID(DmcAttributeInfo ai) |
void |
writeBoolean(boolean v) |
void |
writeByte(int v) |
void |
writeBytes(byte[] v) |
void |
writeBytes(String v) |
void |
writeChar(int v) |
void |
writeChars(String v) |
void |
writeDouble(double v) |
void |
writeFloat(float v) |
void |
writeInt(int v) |
void |
writeLong(long v) |
void |
writeShort(int v) |
void |
writeUTF(String v) |
void |
writeValueCount(int size) |
boolean isFile()
void writeAttributeID(DmcAttributeInfo ai) throws Exception
ExceptionCopyright © 2023. All rights reserved.