| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectiitb.con.util.FileDump
public class FileDump
Dumps the file contents in hex-decimal values
| Constructor Summary | |
|---|---|
| FileDump() | |
| Method Summary | |
|---|---|
| static void | dumpFile(java.lang.String name,
                 int lineLength)Dumps the file contents in hex-decimal values | 
| static void | dumpFile(java.lang.String name,
                 int lineLength,
                 ItemSerializer is)Dumps the file contents in bytes after deserializing with given ItemSerializer | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FileDump()
| Method Detail | 
|---|
public static void dumpFile(java.lang.String name,
                            int lineLength)
name - file lengthlineLength - no. of words in the line
public static void dumpFile(java.lang.String name,
                            int lineLength,
                            ItemSerializer is)
name - file namelineLength - no. of words in the lineis - ItemSerializer| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||