Package com.inertia.promove
Class Command.FlashListExResponse
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
com.inertia.promove.Command.FlashListExResponse
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.FlashListExResponse extends Command.ProMoveResponse
-
Field Summary
Fields Modifier and Type Field Description int
chunkIndex
java.util.HashMap<java.lang.String,java.util.ArrayList<java.lang.Long>>
fileMap
int
listExVersion
-
Constructor Summary
Constructors Constructor Description FlashListExResponse(byte[] in)
-
Method Summary
Modifier and Type Method Description byte
getSubType()
Command.Group
getType()
int
parse(byte[] in)
java.lang.String
toString()
-
Field Details
-
fileMap
public java.util.HashMap<java.lang.String,java.util.ArrayList<java.lang.Long>> fileMap -
listExVersion
public int listExVersion -
chunkIndex
public int chunkIndex
-
-
Constructor Details
-
FlashListExResponse
public FlashListExResponse(byte[] in)
-
-
Method Details
-
getSubType
public byte getSubType() -
getType
-
parse
public int parse(byte[] in)- Specified by:
parse
in interfaceCommand.ProMoveCommand
- Overrides:
parse
in classCommand.ProMoveResponse
-
toString
public java.lang.String toString()- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveResponse
-