Class AudioFileFormat.Type
java.lang.Object
javax.sound.sampled.AudioFileFormat.Type
- Enclosing class:
- AudioFileFormat
An instance of the 
Type class represents one of the standard
 types of audio file. Static instances are provided for the common types.- Since:
- 1.3
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final AudioFileFormat.TypeSpecifies an AIFF-C file.static final AudioFileFormat.TypeSpecifies an AIFF file.static final AudioFileFormat.TypeSpecifies an AU file.static final AudioFileFormat.TypeSpecifies a SND file.static final AudioFileFormat.TypeSpecifies a WAVE file.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether the specified object is equal to this file type, returningtrueif the objects are equal.Obtains the common file name extension for this file type.final inthashCode()Returns a hash code value for this file type.final StringtoString()Returns type's name as the string representation of the file type.
- 
Field Details- 
WAVESpecifies a WAVE file.
- 
AUSpecifies an AU file.
- 
AIFFSpecifies an AIFF file.
- 
AIFCSpecifies an AIFF-C file.
- 
SNDSpecifies a SND file.
 
- 
- 
Constructor Details- 
Type
 
- 
- 
Method Details- 
equalsIndicates whether the specified object is equal to this file type, returningtrueif the objects are equal.
- 
hashCode
- 
toString
- 
getExtensionObtains the common file name extension for this file type.- Returns:
- file type extension
 
 
-