Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
H
L
M
P
R
S
W
C
com.mindprod.hunkio
- package com.mindprod.hunkio
createTempFile(String, String, File)
- Static method in class com.mindprod.hunkio.
HunkIO
Create a temporary file, Slightly smarter version of File.createTempFile
E
emit(String)
- Method in class com.mindprod.hunkio.
PrintWriterPlus
like PrintWriter.print, but converts embedded \n to platform-specific line terminators Print a string.
emit(char)
- Method in class com.mindprod.hunkio.
PrintWriterPlus
like PrintWriter.print, but emits platform dependent line separator if c is a \n Print a character.
emitln(char)
- Method in class com.mindprod.hunkio.
PrintWriterPlus
Like PrintWriter.println, but emits two line separators if c is a \n.
emitln(String)
- Method in class com.mindprod.hunkio.
PrintWriterPlus
like PrintWriter.println, but converts embedded \n to platform-specific line terminators Print a String and then terminate the line.
H
HunkIO
- Class in
com.mindprod.hunkio
read/write a file in one large hunk.
L
lineSeparator
- Variable in class com.mindprod.hunkio.
PrintWriterPlus
lineSeparator using now.
M
main(String[])
- Static method in class com.mindprod.hunkio.
HunkIO
debugging harness for HunkIO.
main(String[])
- Static method in class com.mindprod.hunkio.
PrintWriterPlus
Debugging test harness for PrintWriterPlus
main(String[])
- Static method in class com.mindprod.hunkio.
PrintWriterPortable
Debugging test harness for PrintWriterPlus
P
print(char)
- Method in class com.mindprod.hunkio.
PrintWriterPortable
like PrintWriter.print, but emits platform dependent line separator if c is a \n Print a character.
println(char)
- Method in class com.mindprod.hunkio.
PrintWriterPortable
Like PrintWriter.println, but emits two line separators if c is a \n.
println(String)
- Method in class com.mindprod.hunkio.
PrintWriterPortable
like PrintWriter.println, but converts embedded \n to platform-specific line terminators Print a String and then terminate the line.
PrintWriterPlus
- Class in
com.mindprod.hunkio
Extension of PrintWriter to deal proper[y with embedded \n character.
PrintWriterPlus(OutputStream)
- Constructor for class com.mindprod.hunkio.
PrintWriterPlus
Constructor just like PrintWriter.
PrintWriterPlus(Writer)
- Constructor for class com.mindprod.hunkio.
PrintWriterPlus
Constructor just like PrintWriter.
PrintWriterPlus(OutputStream, boolean)
- Constructor for class com.mindprod.hunkio.
PrintWriterPlus
Constructor just like PrintWriter.
PrintWriterPlus(Writer, boolean)
- Constructor for class com.mindprod.hunkio.
PrintWriterPlus
Constructor just like PrintWriter.
PrintWriterPortable
- Class in
com.mindprod.hunkio
Extension of PrintWriter/PrinterWriterPlus to deal properly with embedded \n character.
PrintWriterPortable(OutputStream)
- Constructor for class com.mindprod.hunkio.
PrintWriterPortable
Constructor just like PrintWriter.
PrintWriterPortable(Writer)
- Constructor for class com.mindprod.hunkio.
PrintWriterPortable
Constructor just like PrintWriter.
PrintWriterPortable(OutputStream, boolean)
- Constructor for class com.mindprod.hunkio.
PrintWriterPortable
Constructor just like PrintWriter.
PrintWriterPortable(Writer, boolean)
- Constructor for class com.mindprod.hunkio.
PrintWriterPortable
Constructor just like PrintWriter.
R
rawReadEntireFile(String)
- Static method in class com.mindprod.hunkio.
HunkIO
read file of bytes without conversion.
rawReadEntireFile(File)
- Static method in class com.mindprod.hunkio.
HunkIO
read file of bytes without conversion
readEntireFile(File)
- Static method in class com.mindprod.hunkio.
HunkIO
Get all text in a file.
readEntireFile(String)
- Static method in class com.mindprod.hunkio.
HunkIO
Get all text in a file.
readEntireFile(File, String)
- Static method in class com.mindprod.hunkio.
HunkIO
Get all text in a file.
readEntireFile(String, String)
- Static method in class com.mindprod.hunkio.
HunkIO
Get all text in a file.
S
setLineSeparator(String)
- Method in class com.mindprod.hunkio.
PrintWriterPlus
Use a line separator other than the system default.
W
writeEntireFile(File, String)
- Static method in class com.mindprod.hunkio.
HunkIO
Write all the text in a file
writeEntireFile(String, String)
- Static method in class com.mindprod.hunkio.
HunkIO
Write all the text in a file
writeEntireFile(File, String, String)
- Static method in class com.mindprod.hunkio.
HunkIO
Write all the text in a file
writeEntireFile(String, String, String)
- Static method in class com.mindprod.hunkio.
HunkIO
Write all the text in a file
C
E
H
L
M
P
R
S
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes