Modifier and Type | Field and Description |
---|---|
private ByteArrayOutputStream |
baos |
private ObjectOutputStream |
oos |
private OutputStream |
os |
private static byte[] |
streamHeader |
Constructor and Description |
---|
NetOutputStream(Socket sock) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
send(int i) |
(package private) void |
send(Object msg) |
private ByteArrayOutputStream baos
private ObjectOutputStream oos
private OutputStream os
private static final byte[] streamHeader
NetOutputStream(Socket sock) throws IOException
IOException
void send(Object msg) throws IOException
IOException
void send(int i) throws IOException
IOException
Copyright © 2021 ScalAgent D.T.. All rights reserved.