Uses of Class
com.comphenix.protocol.utility.HexDumper
Packages that use HexDumper
-
Uses of HexDumper in com.comphenix.protocol.utility
Methods in com.comphenix.protocol.utility that return HexDumperModifier and TypeMethodDescriptionstatic HexDumperHexDumper.defaultDumper()Retrieve a hex dumper tuned for lines of 80 characters: Values Property Value Position Length 6 Position Suffix ": " Delimiter " " Group Length 2 Group Count 24 Line Delimiter "\n"Set the delimiter to write in between each group of hexadecimal characters.HexDumper.groupCount(int groupCount)Set the number of groups in each line.HexDumper.groupLength(int groupLength)Set the length of each group in hexadecimal characters.HexDumper.lineDelimiter(String lineDelimiter)Set the delimiter between each new line.HexDumper.positionLength(int positionLength)Set the number of hex characters in the position.HexDumper.positionSuffix(String positionSuffix)Set a suffix to write after each position.