@Private
public class LayoutFlags
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
read(java.io.DataInputStream in) |
Read next int from given input stream.
|
static void |
write(java.io.DataOutputStream out) |
public static void read(java.io.DataInputStream in)
throws java.io.IOException
in - The stream to read from.java.io.IOException - If next byte read from given stream is not 0.public static void write(java.io.DataOutputStream out)
throws java.io.IOException
java.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.