Package
Class
Tree
Index
Help
braju.com
Java printf
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
F
G
I
M
P
S
T
V
A
add(boolean)
- Method in class com.braju.format.
Parameters
Add a boolean to the list.
add(byte)
- Method in class com.braju.format.
Parameters
Add an byte to the list.
add(char)
- Method in class com.braju.format.
Parameters
Add a char to the list.
add(double)
- Method in class com.braju.format.
Parameters
Add a double to the list.
add(float)
- Method in class com.braju.format.
Parameters
Add a float to the list.
add(int)
- Method in class com.braju.format.
Parameters
Add an integer to the list.
add(long)
- Method in class com.braju.format.
Parameters
Add a long to the list.
add(Object)
- Method in class com.braju.format.
Parameters
Add an object to the list.
add(short)
- Method in class com.braju.format.
Parameters
Add an short to the list.
add(String)
- Method in class com.braju.format.
Parameters
Add a string to the list.
autoClear(boolean)
- Method in class com.braju.format.
Parameters
Place or remove a ParametersAutoClear at the first position.
C
clear()
- Method in class com.braju.format.
Parameters
Remove all parameters from the list.
com.braju.format
- package com.braju.format
F
Format
- class com.braju.format.
Format
.
This class provides static C-style methods like sprintf(), printf() and fprintf() with variable number of parameters.
fprintf(OutputStream, String)
- Static method in class com.braju.format.
Format
The format-string is passed to the stream.
fprintf(OutputStream, String, Object[])
- Static method in class com.braju.format.
Format
The parameters in Object[] are converted according to the format-string and then passed to the stream.
fprintf(OutputStream, String, Parameters)
- Static method in class com.braju.format.
Format
The parameters are converted according to the format-string and then passed to the stream.
fprintf(OutputStream, String, Vector)
- Static method in class com.braju.format.
Format
The parameters in the vector are converted according to the format-string and then passed to the stream.
fprintf(Writer, String)
- Static method in class com.braju.format.
Format
The format-string is passed to the writer
[not supported in the Java 1.0.2 version]
.
fprintf(Writer, String, Object[])
- Static method in class com.braju.format.
Format
The parameters in Object [] are converted according to the format-string and then passed to the writer
[not supported in the Java 1.0.2 version]
.
fprintf(Writer, String, Parameters)
- Static method in class com.braju.format.
Format
The parameters are converted according to the format-string and then passed to the writer
[not supported in the Java 1.0.2 version]
.
fprintf(Writer, String, Vector)
- Static method in class com.braju.format.
Format
The parameters in the vector are converted according to the format-string and then passed to the writer
[not supported in the Java 1.0.2 version]
.
G
getModifyLineSeparators()
- Static method in class com.braju.format.
Format
Return true if the Format-class replace all occurens of '\n' with the line separator of the local system, i.e. line.separator.
getVersion()
- Static method in class com.braju.format.
Format
Gets the version as a string.
I
isAutoClear()
- Method in class com.braju.format.
Parameters
Checks if there is a ParameterAutoClear-object at the first position.
M
main(String[])
- Static method in class com.braju.format.
Format
This is the command line version of Java printf.
P
Parameters
- class com.braju.format.
Parameters
.
This class makes it possible to simulate parameter lists to method with arbitrary length.
Parameters()
- Constructor for class com.braju.format.
Parameters
Creates an empty parameter list.
Parameters(boolean)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given boolean inserted.
Parameters(byte)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given byte inserted.
Parameters(char)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given char inserted.
Parameters(double)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given double inserted.
Parameters(float)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given float inserted.
Parameters(int)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given integer inserted.
Parameters(long)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given long inserted.
Parameters(Object)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given object inserted.
Parameters(short)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given short inserted.
Parameters(String)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list with the given string inserted.
Parameters(Vector)
- Constructor for class com.braju.format.
Parameters
Creates a parameter list from a java.util.Vector.
ParametersAutoClear
- class com.braju.format.
ParametersAutoClear
.
This class is an empty class with no extra methods.
ParametersAutoClear()
- Constructor for class com.braju.format.
ParametersAutoClear
ParseErrorException
- exception com.braju.format.
ParseErrorException
.
Exception thrown when there is an unexpected character or a syntax error in the format string passed to a *printf method.
ParseErrorException()
- Constructor for class com.braju.format.
ParseErrorException
ParseErrorException(String)
- Constructor for class com.braju.format.
ParseErrorException
printf(String)
- Static method in class com.braju.format.
Format
The format-string is printed to the standard output.
printf(String, Object[])
- Static method in class com.braju.format.
Format
The parameters in Object[] are converted according to the format-string and printed to the standard output.
printf(String, Parameters)
- Static method in class com.braju.format.
Format
The parameters are converted according to the format-string and printed to the standard output.
printf(String, Vector)
- Static method in class com.braju.format.
Format
The parameters in the vector are converted according to the format-string and printed to the standard output.
S
setModifyLineSeparators(boolean)
- Static method in class com.braju.format.
Format
By setting the modifyLineSeparators property the Format-class will replace all occurens of '\n' with the line separator of the local system, i.e.
sprintf(String, Object[])
- Static method in class com.braju.format.
Format
The parameters in Object[] are converted according to the format-string and then returned as a string.
sprintf(String, Parameters)
- Static method in class com.braju.format.
Format
The parameters are converted according to the format-string and then returned as a string.
sprintf(String, Vector)
- Static method in class com.braju.format.
Format
The parameters in the vector are converted according to the format-string and then returned as a string.
T
toString()
- Method in class com.braju.format.
ParseErrorException
toVector()
- Method in class com.braju.format.
Parameters
Return the list of parameters as a java.util.Vector.
V
version()
- Static method in class com.braju.format.
Format
Print, on standard output, information about this class.
A
C
F
G
I
M
P
S
T
V
Package
Class
Tree
Index
Help
braju.com
Java printf
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright 1997-2003, Henrik Bengtsson.