A B C D F G I L M N O P R S U V W

A

addColumnElement(int, char) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(int, double) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(int, float) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(int, long) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(int, short) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(int, String) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(String, char) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(String, double) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(String, float) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(String, long) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(String, short) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
addColumnElement(String, String) - Method in class SDDS.java.SDDS.SDDSFile
add a single element to a column of data
asciiFile - Variable in class SDDS.java.SDDS.SDDSFile
 

B

bigEndian - Variable in class SDDS.java.SDDS.SDDSFile
 

C

castArrayAsDouble(float[]) - Static method in class SDDS.java.SDDS.SDDSUtil
Convert elements to double precision
castArrayAsDouble(Object[], int) - Static method in class SDDS.java.SDDS.SDDSUtil
Convert elements to double precision
castArrayAsLong(int[]) - Static method in class SDDS.java.SDDS.SDDSUtil
Convert elements to long precision
castArrayAsLong(short[]) - Static method in class SDDS.java.SDDS.SDDSUtil
Convert elements to long precision
castArrayAsString(char[]) - Static method in class SDDS.java.SDDS.SDDSUtil
Convert elements to Strings
closeInput() - Method in class SDDS.java.SDDS.SDDSFile
Close the SDDS input file
closeOutput() - Method in class SDDS.java.SDDS.SDDSFile
Close the SDDS output file
compare(String, String) - Static method in class SDDS.java.SDDS.SDDSUtil
Compare two strings to see if one starts with the other

D

defineArray(String, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new array with the specified settings.
defineArray(String, String, int) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new array with the specified settings.
defineArray(String, String, String, String, String, String, int, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new array with the specified settings.
defineArray(String, String, String, String, String, String, String, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new array with the specified settings.
defineArrays(String[], int[], int[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new arrays with the specified settings.
defineArrays(String[], String[], int[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new arrays with the specified settings.
defineArrays(String[], String[], String[], String[], String[], String[], int[], int[], int[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new arrays with the specified settings.
defineArrays(String[], String[], String[], String[], String[], String[], String[], int[], int[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new arrays with the specified settings.
defineColumn(String, int) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new column with the specified settings.
defineColumn(String, String) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new column with the specified settings.
defineColumn(String, String, String, String, String, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new column with the specified settings.
defineColumn(String, String, String, String, String, String, int) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new column with the specified settings.
defineColumns(String[], int[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new columns with the specified settings.
defineColumns(String[], String[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new columns with the specified settings.
defineColumns(String[], String[], String[], String[], String[], int[], int[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new columns with the specified settings.
defineColumns(String[], String[], String[], String[], String[], String[], int[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new columns with the specified settings.
defineParameter(String, int) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new parameter with the specified settings.
defineParameter(String, String) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new parameter with the specified settings.
defineParameter(String, String, String, String, String, int, String) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new parameter with the specified settings.
defineParameter(String, String, String, String, String, String, String) - Method in class SDDS.java.SDDS.SDDSFile
Creates a new parameter with the specified settings.
defineParameters(String[], int[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new parameters with the specified settings.
defineParameters(String[], String[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new parameters with the specified settings.
defineParameters(String[], String[], String[], String[], String[], int[], String[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new parameters with the specified settings.
defineParameters(String[], String[], String[], String[], String[], String[], String[]) - Method in class SDDS.java.SDDS.SDDSFile
Creates new parameters with the specified settings.
deleteArray(String) - Method in class SDDS.java.SDDS.SDDSFile
Delete array
deleteColumn(String) - Method in class SDDS.java.SDDS.SDDSFile
Delete column
deletePage(int) - Method in class SDDS.java.SDDS.SDDSParameter
Delete a page at the specified index
deletePage(int) - Method in class SDDS.java.SDDS.SDDSColumn
Delete a page at the specified index
deletePage(int) - Method in class SDDS.java.SDDS.SDDSArray
Delete a page at the specified index
deletePage(int) - Method in class SDDS.java.SDDS.SDDSFile
Delete page at index specifed
deleteParameter(String) - Method in class SDDS.java.SDDS.SDDSFile
Delete parameter
deleteRow(int, int) - Method in class SDDS.java.SDDS.SDDSColumn
Deletes the value of the column at a chosen page and at a chosen row
deleteRow(int, int) - Method in class SDDS.java.SDDS.SDDSFile
Deletes the value of the column at a chosen page and at a chosen row
descriptionContents - Variable in class SDDS.java.SDDS.SDDSFile
 
descriptionText - Variable in class SDDS.java.SDDS.SDDSFile
 
duplicateCopy(SDDSFile, boolean, boolean, boolean) - Method in class SDDS.java.SDDS.SDDSFile
Duplicate an SDDSFile object copying over appropriate header information and data.

F

fileName - Variable in class SDDS.java.SDDS.SDDSFile
 

G

getAllArrayUnits() - Method in class SDDS.java.SDDS.SDDSFile
Get all array units
getAllColumnUnits() - Method in class SDDS.java.SDDS.SDDSFile
Get all column units
getAllParameterUnits() - Method in class SDDS.java.SDDS.SDDSFile
Get all parameter units
getArrayDescription(int) - Method in class SDDS.java.SDDS.SDDSFile
Get array description
getArrayDescriptions() - Method in class SDDS.java.SDDS.SDDSFile
Get array descriptions
getArrayDim(int) - Method in class SDDS.java.SDDS.SDDSFile
Returns the number of elements in each dimension of the array
getArrayDimensions(int) - Method in class SDDS.java.SDDS.SDDSFile
Get array dimensions
getArrayFieldLength(int) - Method in class SDDS.java.SDDS.SDDSFile
Get array field length
getArrayFieldLengths() - Method in class SDDS.java.SDDS.SDDSFile
Get field lengths
getArrayFormatString(int) - Method in class SDDS.java.SDDS.SDDSFile
Get array format string
getArrayFormatStrings() - Method in class SDDS.java.SDDS.SDDSFile
Get array format strings
getArrayGroupName(int) - Method in class SDDS.java.SDDS.SDDSFile
Get array group name
getArrayGroupNames() - Method in class SDDS.java.SDDS.SDDSFile
Get array group names
getArrayIndex(String) - Method in class SDDS.java.SDDS.SDDSFile
Return the index of the specified array.
getArrayIndexes(String[]) - Method in class SDDS.java.SDDS.SDDSFile
Return the indexes of the specified arrays.
getArrayName(int) - Method in class SDDS.java.SDDS.SDDSFile
Get array name
getArrayNames() - Method in class SDDS.java.SDDS.SDDSFile
Get array names
getArraySymbol(int) - Method in class SDDS.java.SDDS.SDDSFile
Get array symbol
getArraySymbols() - Method in class SDDS.java.SDDS.SDDSFile
Get array symbols
getArrayType(int) - Method in class SDDS.java.SDDS.SDDSFile
Get array type
getArrayTypes() - Method in class SDDS.java.SDDS.SDDSFile
Get array types
getArrayUnits(int) - Method in class SDDS.java.SDDS.SDDSFile
Get array units
getArrayValues(int, int, boolean) - Method in class SDDS.java.SDDS.SDDSFile
Get the values of the array for a chosen page
getColumnDescription(int) - Method in class SDDS.java.SDDS.SDDSFile
Get column description
getColumnDescriptions() - Method in class SDDS.java.SDDS.SDDSFile
Get column descriptions
getColumnFieldLength(int) - Method in class SDDS.java.SDDS.SDDSFile
Get column field length
getColumnFieldLengths() - Method in class SDDS.java.SDDS.SDDSFile
Get field lengths
getColumnFormatString(int) - Method in class SDDS.java.SDDS.SDDSFile
Get column format string
getColumnFormatStrings() - Method in class SDDS.java.SDDS.SDDSFile
Get column format strings
getColumnIndex(String) - Method in class SDDS.java.SDDS.SDDSFile
Return the index of the specified column.
getColumnIndexes(String[]) - Method in class SDDS.java.SDDS.SDDSFile
Return the indexes of the specified columns.
getColumnName(int) - Method in class SDDS.java.SDDS.SDDSFile
Get column name
getColumnNames() - Method in class SDDS.java.SDDS.SDDSFile
Get column names
getColumnSymbol(int) - Method in class SDDS.java.SDDS.SDDSFile
Get column symbol
getColumnSymbols() - Method in class SDDS.java.SDDS.SDDSFile
Get column symbols
getColumnType(int) - Method in class SDDS.java.SDDS.SDDSFile
Get column type
getColumnTypes() - Method in class SDDS.java.SDDS.SDDSFile
Get column types
getColumnUnits(int) - Method in class SDDS.java.SDDS.SDDSFile
Get column units
getColumnValues(int, int, boolean) - Method in class SDDS.java.SDDS.SDDSFile
Get the values of the column for a chosen page
getDescription() - Method in class SDDS.java.SDDS.SDDSParameter
Returns the description of the parameter
getDescription() - Method in class SDDS.java.SDDS.SDDSColumn
Returns the description of the column
getDescription() - Method in class SDDS.java.SDDS.SDDSArray
Returns the description of the array
getDim() - Method in class SDDS.java.SDDS.SDDSArray
Returns the number of elements in each dimension of the array
getDimensions() - Method in class SDDS.java.SDDS.SDDSArray
Returns the number of dimensions in the array
getErrors() - Method in class SDDS.java.SDDS.SDDSFile
Return all the error messages.
getField_Length() - Method in class SDDS.java.SDDS.SDDSColumn
Returns the field length of the column
getField_Length() - Method in class SDDS.java.SDDS.SDDSArray
Returns the field length of the array
getFixed_Value() - Method in class SDDS.java.SDDS.SDDSParameter
Returns the fixed value of the parameter
getFormat_String() - Method in class SDDS.java.SDDS.SDDSParameter
Returns the format string of the parameter
getFormat_String() - Method in class SDDS.java.SDDS.SDDSColumn
Returns the format string of the column
getFormat_String() - Method in class SDDS.java.SDDS.SDDSArray
Returns the format string of the array
getGroup_Name() - Method in class SDDS.java.SDDS.SDDSArray
Returns the group name of the array
getName() - Method in class SDDS.java.SDDS.SDDSParameter
Returns the name of the parameter
getName() - Method in class SDDS.java.SDDS.SDDSColumn
Returns the name of the column
getName() - Method in class SDDS.java.SDDS.SDDSArray
Returns the name of the array
getPageCount() - Method in class SDDS.java.SDDS.SDDSParameter
Returns the number of pages that the parameter contains
getPageCount() - Method in class SDDS.java.SDDS.SDDSColumn
Returns the number of pages that the column contains
getPageCount() - Method in class SDDS.java.SDDS.SDDSArray
Returns the number of pages that the array contains
getParameterDescription(int) - Method in class SDDS.java.SDDS.SDDSFile
Get parameter description
getParameterDescriptions() - Method in class SDDS.java.SDDS.SDDSFile
Get parameter descriptions
getParameterFixedValue(int) - Method in class SDDS.java.SDDS.SDDSFile
Get parameter fixed value
getParameterFormatString(int) - Method in class SDDS.java.SDDS.SDDSFile
Get parameter format string
getParameterFormatStrings() - Method in class SDDS.java.SDDS.SDDSFile
Get parameter format strings
getParameterIndex(String) - Method in class SDDS.java.SDDS.SDDSFile
Return the index of the specified parameter.
getParameterIndexes(String[]) - Method in class SDDS.java.SDDS.SDDSFile
Return the indexes of the specified parameter.
getParameterName(int) - Method in class SDDS.java.SDDS.SDDSFile
Get parameter name
getParameterNames() - Method in class SDDS.java.SDDS.SDDSFile
Get parameter names
getParameterSymbol(int) - Method in class SDDS.java.SDDS.SDDSFile
Get parameter symbol
getParameterSymbols() - Method in class SDDS.java.SDDS.SDDSFile
Get parameter symbols
getParameterType(int) - Method in class SDDS.java.SDDS.SDDSFile
Get parameter type
getParameterTypes() - Method in class SDDS.java.SDDS.SDDSFile
Get parameter types
getParameterUnits(int) - Method in class SDDS.java.SDDS.SDDSFile
Get parameter units
getParameterValue(int, int, boolean) - Method in class SDDS.java.SDDS.SDDSFile
Get the value of the parameter for a chosen page
getRowCount(int) - Method in class SDDS.java.SDDS.SDDSColumn
Returns the number of rows a page contains
getRowCount(int) - Method in class SDDS.java.SDDS.SDDSArray
Returns the number of rows a page contains
getRowCount(int) - Method in class SDDS.java.SDDS.SDDSFile
Get the number of rows on a page.
getSymbol() - Method in class SDDS.java.SDDS.SDDSParameter
Returns the symbol of the parameter
getSymbol() - Method in class SDDS.java.SDDS.SDDSColumn
Returns the symbol of the column
getSymbol() - Method in class SDDS.java.SDDS.SDDSArray
Returns the symbol of the array
getType() - Method in class SDDS.java.SDDS.SDDSParameter
Returns the type of the parameter
getType() - Method in class SDDS.java.SDDS.SDDSColumn
Returns the type of the column
getType() - Method in class SDDS.java.SDDS.SDDSArray
Returns the type of the array
getTypeName(int) - Static method in class SDDS.java.SDDS.SDDSUtil
Get data type name from integer data type value.
getUnits() - Method in class SDDS.java.SDDS.SDDSParameter
Returns the units of the parameter
getUnits() - Method in class SDDS.java.SDDS.SDDSColumn
Returns the units of the column
getUnits() - Method in class SDDS.java.SDDS.SDDSArray
Returns the units of the array
getValue(int, boolean) - Method in class SDDS.java.SDDS.SDDSParameter
Get the values of the parameter for a chosen page
getValues(int, boolean) - Method in class SDDS.java.SDDS.SDDSColumn
Get the values of the column for a chosen page
getValues(int, boolean) - Method in class SDDS.java.SDDS.SDDSArray
Get the values of the array for a chosen page
globMatch(String, String) - Static method in class SDDS.java.SDDS.SDDSUtil
Do a glob style string match

I

identifyType(String) - Static method in class SDDS.java.SDDS.SDDSUtil
Get integer data type value from data type name.
insertPage(int) - Method in class SDDS.java.SDDS.SDDSParameter
Inserts a blank page at the specified index
insertPage(int) - Method in class SDDS.java.SDDS.SDDSColumn
Inserts a blank page at the specified index
insertPage(int) - Method in class SDDS.java.SDDS.SDDSArray
Inserts a blank page at the specified index
insertPage(int) - Method in class SDDS.java.SDDS.SDDSFile
Insert blank page at index specifed
isURL - Variable in class SDDS.java.SDDS.SDDSFile
 
isValidName(String) - Static method in class SDDS.java.SDDS.SDDSUtil
Determine if string is a valid name.
isValidType(int) - Static method in class SDDS.java.SDDS.SDDSUtil
Determine if data type is a valid type.

L

layoutVersion - Variable in class SDDS.java.SDDS.SDDSFile
 

M

makeBlankPages(int) - Method in class SDDS.java.SDDS.SDDSParameter
Create blank pages up to the last page specified
makeBlankPages(int) - Method in class SDDS.java.SDDS.SDDSColumn
Create blank pages up to the last page specified
makeBlankPages(int) - Method in class SDDS.java.SDDS.SDDSArray
Create blank pages up to the last page specified
makeBlankPages(int) - Method in class SDDS.java.SDDS.SDDSFile
Create blank pages up to the last page specified

N

noRowCount - Variable in class SDDS.java.SDDS.SDDSFile
 

O

openInputFile() - Method in class SDDS.java.SDDS.SDDSFile
Open SDDS input file
openOutputFile() - Method in class SDDS.java.SDDS.SDDSFile
Open a file for writting.

P

pageCount() - Method in class SDDS.java.SDDS.SDDSFile
Get the number of pages in the SDDS object
parseCommandLine(String[]) - Static method in class SDDS.java.SDDS.SDDSUtil
Parse the command line into a string array
parseHeaders() - Method in class SDDS.java.SDDS.SDDSFile
Parse SDDS input file header lines
prepareString(String) - Static method in class SDDS.java.SDDS.SDDSUtil
Prepare string to be written to a file
printErrors() - Method in class SDDS.java.SDDS.SDDSFile
Print the error messages to standard error.

R

readAsciiData() - Method in class SDDS.java.SDDS.SDDSFile
Read SDDS input file ascii data
readBinaryData() - Method in class SDDS.java.SDDS.SDDSFile
Read SDDS input file binary data
readFile() - Method in class SDDS.java.SDDS.SDDSFile
Read the SDDS file
removeBackSlashes(String) - Static method in class SDDS.java.SDDS.SDDSUtil
Remove backslashes from the string
removeComments(String) - Static method in class SDDS.java.SDDS.SDDSUtil
Search for \ and ! in the string
renameArray(String, String) - Method in class SDDS.java.SDDS.SDDSFile
Rename array
renameColumn(String, String) - Method in class SDDS.java.SDDS.SDDSFile
Rename column
renameParameter(String, String) - Method in class SDDS.java.SDDS.SDDSFile
Rename parameter
resize(Object, int) - Static method in class SDDS.java.SDDS.SDDSUtil
Resize array while keeping existing elements
resize(Object, int, int) - Static method in class SDDS.java.SDDS.SDDSUtil
Resize array while keeping existing elements
returnCharValueFromOctalCode(String) - Static method in class SDDS.java.SDDS.SDDSUtil
Return character from octal code

S

SDDS_CHARACTER - Static variable in class SDDS.java.SDDS.SDDSUtil
 
SDDS_DOUBLE - Static variable in class SDDS.java.SDDS.SDDSUtil
 
SDDS_FLOAT - Static variable in class SDDS.java.SDDS.SDDSUtil
 
SDDS_LONG - Static variable in class SDDS.java.SDDS.SDDSUtil
 
SDDS_NUM_TYPES - Static variable in class SDDS.java.SDDS.SDDSUtil
 
SDDS_SHORT - Static variable in class SDDS.java.SDDS.SDDSUtil
 
SDDS_STRING - Static variable in class SDDS.java.SDDS.SDDSUtil
 
SDDS_type_name - Static variable in class SDDS.java.SDDS.SDDSUtil
 
SDDSArray - class SDDS.java.SDDS.SDDSArray.
Title: SDDSArray Description: Provide support for storing array data.
SDDSArray() - Constructor for class SDDS.java.SDDS.SDDSArray
Create a new SDDS array that can be used to store array information for SDDS files
SDDSColumn - class SDDS.java.SDDS.SDDSColumn.
The SDDS Column object is used by the SDDS File object.
SDDSColumn() - Constructor for class SDDS.java.SDDS.SDDSColumn
Create a new SDDS column that can be used to store column information for SDDS files.
SDDSFile - class SDDS.java.SDDS.SDDSFile.
The SDDS File object is used to read and write Self Describing Data Sets.
SDDSFile() - Constructor for class SDDS.java.SDDS.SDDSFile
Create a new SDDS file that can be used to read and write SDDS files.
SDDSFile(boolean) - Constructor for class SDDS.java.SDDS.SDDSFile
Create a new SDDS file that can be used to read and write SDDS files.
SDDSFile(String) - Constructor for class SDDS.java.SDDS.SDDSFile
Create a new SDDS file that can be used to read and write SDDS files.
SDDSFile(String, boolean) - Constructor for class SDDS.java.SDDS.SDDSFile
Create a new SDDS file that can be used to read and write SDDS files.
SDDSFile(URL) - Constructor for class SDDS.java.SDDS.SDDSFile
Create a new SDDS file that can be used to read and write SDDS files.
SDDSParameter - class SDDS.java.SDDS.SDDSParameter.
The SDDS Parameter object is used by the SDDS File object.
SDDSParameter() - Constructor for class SDDS.java.SDDS.SDDSParameter
Create a new SDDS parameter that can be used to store parameter information for SDDS files.
SDDSUtil - class SDDS.java.SDDS.SDDSUtil.
The SDDS Utility object is used for miscellaneous static methods.
SDDSUtil() - Constructor for class SDDS.java.SDDS.SDDSUtil
 
setArray(int, char[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(int, double[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(int, float[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(int, int[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(int, long[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(int, short[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(int, String[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(String, char[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(String, double[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(String, float[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(String, int[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(String, long[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(String, short[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArray(String, String[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the array at the specified page.
setArrayDescription(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set array description
setArrayDim(int, int[]) - Method in class SDDS.java.SDDS.SDDSFile
Returns the number of elements in each dimension of the array
setArrayFieldLength(int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set array field length
setArrayFormatString(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set array format string
setArrayGroupName(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set array group name
setArraySymbol(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set array symbol
setArrayUnits(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set array units
setColumn(int, char[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(int, char[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(int, double[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(int, double[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(int, float[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(int, float[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(int, int[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(int, int[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(int, long[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(int, long[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(int, short[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(int, short[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(int, String[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(int, String[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(String, char[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(String, char[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(String, double[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(String, double[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(String, float[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(String, float[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(String, int[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(String, int[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(String, long[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(String, long[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(String, short[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(String, short[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumn(String, String[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page.
setColumn(String, String[], int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the column at the specified page starting at the specified row.
setColumnDescription(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set column description
setColumnElement(int, char, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(int, double, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(int, float, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(int, int, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(int, long, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(int, short, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(int, String, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(String, char, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(String, double, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(String, float, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(String, int, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(String, long, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(String, short, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnElement(String, String, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the column element at the specified page and row.
setColumnFieldLength(int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set column field length
setColumnFormatString(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set column format string
setColumnSymbol(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set column symbol
setColumnUnits(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set column units
setDescription(String) - Method in class SDDS.java.SDDS.SDDSParameter
Set the parameter description
setDescription(String) - Method in class SDDS.java.SDDS.SDDSColumn
Set the description of the column
setDescription(String) - Method in class SDDS.java.SDDS.SDDSArray
Set the description of the array
setDescription(String, String) - Method in class SDDS.java.SDDS.SDDSFile
Set the description text and contents.
setDim(int[]) - Method in class SDDS.java.SDDS.SDDSArray
Set the number of elements in each dimension of the array
setEndian(boolean) - Method in class SDDS.java.SDDS.SDDSFile
Set endian mode for accessing files.
setError(String) - Method in class SDDS.java.SDDS.SDDSFile
Append to the error description array.
setField_Length(int) - Method in class SDDS.java.SDDS.SDDSColumn
Set the field length of the column
setField_Length(int) - Method in class SDDS.java.SDDS.SDDSArray
Set the field length of the array
setFileName(String) - Method in class SDDS.java.SDDS.SDDSFile
Set the file name for input and output.
setFixed_Value(String) - Method in class SDDS.java.SDDS.SDDSParameter
Set the fixed value of the parameter
setFormat_String(String) - Method in class SDDS.java.SDDS.SDDSParameter
Set the parameter format string
setFormat_String(String) - Method in class SDDS.java.SDDS.SDDSColumn
Set the format string of the column
setFormat_String(String) - Method in class SDDS.java.SDDS.SDDSArray
Set the format string of the array
setGroup_Name(String) - Method in class SDDS.java.SDDS.SDDSArray
Set the group name of the array
setMode(boolean) - Method in class SDDS.java.SDDS.SDDSFile
Set binary mode for accessing files.
setName(String) - Method in class SDDS.java.SDDS.SDDSParameter
Set the parameter name
setName(String) - Method in class SDDS.java.SDDS.SDDSColumn
Set the name of the column
setName(String) - Method in class SDDS.java.SDDS.SDDSArray
Set the name of the array
setNoRowCount(boolean) - Method in class SDDS.java.SDDS.SDDSFile
Set for fixed number of rows in column data or dynamic.
setParameter(int, char[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(int, char, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(int, double[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(int, double, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(int, float[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(int, float, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(int, int[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(int, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(int, long[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(int, long, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(int, short[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(int, short, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(int, String[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(int, String, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(String, char[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(String, char, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(String, double[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(String, double, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(String, float[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(String, float, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(String, int[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(String, int, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(String, long[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(String, long, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(String, short[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(String, short, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameter(String, String[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameter starting from the specified page.
setParameter(String, String, int) - Method in class SDDS.java.SDDS.SDDSFile
Set the value of the parameter at the specified page.
setParameterDescription(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set parameter description
setParameterFixedValue(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set parameter fixed value
setParameterFormatString(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set parameter format string
setParameters(int[], char[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(int[], char[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(int[], double[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(int[], double[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(int[], float[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(int[], float[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(int[], int[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(int[], int[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(int[], long[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(int[], long[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(int[], short[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(int[], short[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(int[], String[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(int[], String[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(String[], char[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(String[], char[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(String[], double[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(String[], double[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(String[], float[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(String[], float[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(String[], int[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(String[], int[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(String[], long[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(String[], long[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(String[], short[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(String[], short[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameters(String[], String[][], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters starting at the specified page.
setParameters(String[], String[], int) - Method in class SDDS.java.SDDS.SDDSFile
Set the values of the parameters at the specified page.
setParameterSymbol(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set parameter symbol
setParameterUnits(int, String) - Method in class SDDS.java.SDDS.SDDSFile
Set parameter units
setSymbol(String) - Method in class SDDS.java.SDDS.SDDSParameter
Set the parameter symbol
setSymbol(String) - Method in class SDDS.java.SDDS.SDDSColumn
Set the symbol of the column
setSymbol(String) - Method in class SDDS.java.SDDS.SDDSArray
Set the symbol of the array
setUnits(String) - Method in class SDDS.java.SDDS.SDDSParameter
Set the parameter units
setUnits(String) - Method in class SDDS.java.SDDS.SDDSColumn
Set the units of the column
setUnits(String) - Method in class SDDS.java.SDDS.SDDSArray
Set the units of the array
setupArray(String, String, String, String, String, String, int, int, int) - Method in class SDDS.java.SDDS.SDDSArray
Set up the array information
setupColumn(String, String, String, String, String, int, int) - Method in class SDDS.java.SDDS.SDDSColumn
Set up the column information.
setupParameter(String, String, String, String, String, int, String) - Method in class SDDS.java.SDDS.SDDSParameter
Set up the parameter information.
setValue(double, int) - Method in class SDDS.java.SDDS.SDDSParameter
Set the value of the parameter at a chosen page
setValue(long, int) - Method in class SDDS.java.SDDS.SDDSParameter
Set the value of the parameter at a chosen page
setValue(String, int) - Method in class SDDS.java.SDDS.SDDSParameter
Set the value of the parameter at a chosen page
setValues(double[], int) - Method in class SDDS.java.SDDS.SDDSArray
Set the values of the array at a chosen page
setValues(double[], int, int) - Method in class SDDS.java.SDDS.SDDSColumn
Set the values of the column at a chosen page starting at the chosen row
setValues(long[], int) - Method in class SDDS.java.SDDS.SDDSArray
Set the values of the array at a chosen page
setValues(long[], int, int) - Method in class SDDS.java.SDDS.SDDSColumn
Set the values of the column at a chosen page starting at the chosen row
setValues(String[], int) - Method in class SDDS.java.SDDS.SDDSArray
Set the values of the array at a chosen page
setValues(String[], int, int) - Method in class SDDS.java.SDDS.SDDSColumn
Set the values of the column at a chosen page starting at the chosen row
strchop(String, int) - Static method in class SDDS.java.SDDS.SDDSUtil
Return the substring from the index to the end of the string
strncmp(String, String, int) - Static method in class SDDS.java.SDDS.SDDSUtil
Compare two strings up to a given length
switchToNewFile(String) - Method in class SDDS.java.SDDS.SDDSFile
Switch writing of column data from one file to a new file without having to redefine parameters, arrays and columns.

U

URLName - Variable in class SDDS.java.SDDS.SDDSFile
 

V

verifyPrintfFormat(String, int) - Static method in class SDDS.java.SDDS.SDDSUtil
Verify that format string is valid.

W

writeArrayHeader(int) - Method in class SDDS.java.SDDS.SDDSFile
Write the specified array header to a file.
writeArrayHeaders() - Method in class SDDS.java.SDDS.SDDSFile
Write the array headers to a file.
writeColumn(DataOutputStream, int) - Method in class SDDS.java.SDDS.SDDSColumn
Write the values of the column for a chosen page
writeColumnHeader(int) - Method in class SDDS.java.SDDS.SDDSFile
Write the specified column header to a file.
writeColumnHeaders() - Method in class SDDS.java.SDDS.SDDSFile
Write the column headers to a file.
writeDescription() - Method in class SDDS.java.SDDS.SDDSFile
Write the description to a file.
writeElement(DataOutputStream, int, int, boolean) - Method in class SDDS.java.SDDS.SDDSColumn
Write the value of the column for a chosen page and row
writeElement(LEDataOutputStream, int) - Method in class SDDS.java.SDDS.SDDSArray
Write the little endian binary value of the array for a chosen page
writeElement(LEDataOutputStream, int, int) - Method in class SDDS.java.SDDS.SDDSColumn
Write the little endian binary value of the column for a chosen page and row
writeFile() - Method in class SDDS.java.SDDS.SDDSFile
Write out the SDDS file
writeHeader(DataOutputStream) - Method in class SDDS.java.SDDS.SDDSParameter
Write the header to a file.
writeHeader(DataOutputStream) - Method in class SDDS.java.SDDS.SDDSColumn
Write the header to a file.
writeHeader(DataOutputStream) - Method in class SDDS.java.SDDS.SDDSArray
Write the header to a file.
writeLayout() - Method in class SDDS.java.SDDS.SDDSFile
Write the layout to a file.
writePage(int) - Method in class SDDS.java.SDDS.SDDSFile
Write specified the page to a file.
writePages() - Method in class SDDS.java.SDDS.SDDSFile
Write all the pages to a file.
writePages(int, int) - Method in class SDDS.java.SDDS.SDDSFile
Write specified the pages to a file.
writeParameterHeader(int) - Method in class SDDS.java.SDDS.SDDSFile
Write the specified parameter header to a file.
writeParameterHeaders() - Method in class SDDS.java.SDDS.SDDSFile
Write the parameter headers to a file.
writeRow() - Method in class SDDS.java.SDDS.SDDSFile
Write a new row of column data.
writeValue(DataOutputStream, int, boolean) - Method in class SDDS.java.SDDS.SDDSParameter
Write the value of the parameter for a chosen page
writeValue(LEDataOutputStream, int) - Method in class SDDS.java.SDDS.SDDSParameter
Write the little endian binary value of the parameter for a chosen page
writeValues(DataOutputStream, int, boolean) - Method in class SDDS.java.SDDS.SDDSArray
Write the values of the array for a chosen page
writeValues(LEDataOutputStream, int) - Method in class SDDS.java.SDDS.SDDSArray
Write the values of the array for a chosen page

A B C D F G I L M N O P R S U V W