C D E G I J M P R S V

C

COPYRIGHT - Static variable in class com.csss.opensource.jhexdump.Version
Release copyright string
com.csss.opensource.jhexdump - package com.csss.opensource.jhexdump
 

D

displayHelp() - Method in class com.csss.opensource.jhexdump.JHexDumpCmdLine
Displays the command line help

E

execute(String[]) - Method in class com.csss.opensource.jhexdump.JHexDumpCmdLine
Dumps the specified file to stdout.

G

getBytesPerRow() - Method in class com.csss.opensource.jhexdump.JHexDump
Returns the number of bytes to display per row of the hexdump.
getBytesPerRow() - Method in class com.csss.opensource.jhexdump.JHexDumpReader
Returns the number of bytes per line.
getFilename() - Method in class com.csss.opensource.jhexdump.JHexDumpCmdLine
Gets the filename to process.

I

isNoAscii() - Method in class com.csss.opensource.jhexdump.JHexDump
Returns the state of the NoAscii.
isNoAscii() - Method in class com.csss.opensource.jhexdump.JHexDumpReader
Returns the value of NoAscii.
isNoPosInd() - Method in class com.csss.opensource.jhexdump.JHexDump
Returns the state of the NoPosInd.
isNoPosInd() - Method in class com.csss.opensource.jhexdump.JHexDumpReader
Returns the value of NoPosInd.

J

JHexDump - class com.csss.opensource.jhexdump.JHexDump.
This class is the abstract class that all JHexDump implementations subclass.
JHexDump() - Constructor for class com.csss.opensource.jhexdump.JHexDump
Public constructor.
JHexDumpCmdLine - class com.csss.opensource.jhexdump.JHexDumpCmdLine.
This class is responsible for providing the command line implementation of JHexDump.
JHexDumpCmdLine() - Constructor for class com.csss.opensource.jhexdump.JHexDumpCmdLine
Protected constructor to inhibit the instantiation of this class.
JHexDumpReader - class com.csss.opensource.jhexdump.JHexDumpReader.
This class provides a reader that will convert an input stream into hexadecimal output.
JHexDumpReader(InputStream) - Constructor for class com.csss.opensource.jhexdump.JHexDumpReader
Constructor.
JHexDumpReader(InputStream, int, boolean, boolean) - Constructor for class com.csss.opensource.jhexdump.JHexDumpReader
Constructor.

M

main(String[]) - Static method in class com.csss.opensource.jhexdump.JHexDumpCmdLine
The entry point into the application.

P

parseCommandLine(String[]) - Method in class com.csss.opensource.jhexdump.JHexDumpCmdLine
Parses the command line arguments.

R

readLine(StringBuffer) - Method in class com.csss.opensource.jhexdump.JHexDumpReader
Processes a line of data from the InputStream

S

setBytesPerRow(int) - Method in class com.csss.opensource.jhexdump.JHexDump
Sets the number of bytes to display per row of the hexdump.
setBytesPerRow(int) - Method in class com.csss.opensource.jhexdump.JHexDumpReader
Sets the number of bytes per line.
setFilename(String) - Method in class com.csss.opensource.jhexdump.JHexDumpCmdLine
Sets the filename to process.
setNoAscii(boolean) - Method in class com.csss.opensource.jhexdump.JHexDump
Toggles the production of the grid of ascii displayable characters on/off.
setNoAscii(boolean) - Method in class com.csss.opensource.jhexdump.JHexDumpReader
Sets the value of NoAscii.
setNoPosInd(boolean) - Method in class com.csss.opensource.jhexdump.JHexDump
Toggles the production of the position indicator on/off.
setNoPosInd(boolean) - Method in class com.csss.opensource.jhexdump.JHexDumpReader
Sets the value of NoPosInd.

V

VERSION - Static variable in class com.csss.opensource.jhexdump.Version
Release version number
Version - class com.csss.opensource.jhexdump.Version.
This class provides version information for this release
Version() - Constructor for class com.csss.opensource.jhexdump.Version
 

C D E G I J M P R S V

Copyright © 2003-2004 C/S Software Solutions Ltd. All Rights Reserved.