Class Packet
- java.lang.Object
-
- tk.doraneko.tcp.sendfile.largefile.models.Packet
-
public class Packet extends Object
- Since:
- 14/10/2019
- Author:
- tranphuquy19@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMAND_REQUEST_SEND_FILE_DATAstatic StringCOMMAND_SEND_FILEstatic StringCOMMAND_SEND_FILE_DATAstatic StringCOMMAND_SEND_FILE_LENGTHstatic StringCOMMAND_SEND_FILE_NAMEstatic StringCOMMAND_SEND_FINISHstatic StringCOMMAND_SEND_TEXTstatic byteINITIALIZEstatic byteSEPARATOR
-
Constructor Summary
Constructors Constructor Description Packet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]createDataPacket(String command, byte[] data)static byte[]readStream(DataInputStream dataInputStream)
-
-
-
Field Detail
-
INITIALIZE
public static final byte INITIALIZE
- See Also:
- Constant Field Values
-
SEPARATOR
public static final byte SEPARATOR
- See Also:
- Constant Field Values
-
COMMAND_SEND_TEXT
public static final String COMMAND_SEND_TEXT
- See Also:
- Constant Field Values
-
COMMAND_SEND_FILE
public static final String COMMAND_SEND_FILE
- See Also:
- Constant Field Values
-
COMMAND_SEND_FILE_NAME
public static final String COMMAND_SEND_FILE_NAME
- See Also:
- Constant Field Values
-
COMMAND_SEND_FILE_LENGTH
public static final String COMMAND_SEND_FILE_LENGTH
- See Also:
- Constant Field Values
-
COMMAND_REQUEST_SEND_FILE_DATA
public static final String COMMAND_REQUEST_SEND_FILE_DATA
- See Also:
- Constant Field Values
-
COMMAND_SEND_FILE_DATA
public static final String COMMAND_SEND_FILE_DATA
- See Also:
- Constant Field Values
-
COMMAND_SEND_FINISH
public static final String COMMAND_SEND_FINISH
- See Also:
- Constant Field Values
-
-
Method Detail
-
createDataPacket
public static byte[] createDataPacket(String command, byte[] data) throws IOException
- Throws:
IOException
-
readStream
public static byte[] readStream(DataInputStream dataInputStream) throws IOException, NullPointerException
- Throws:
IOExceptionNullPointerException
-
-