public class Format extends Object implements Cloneable
| Constructor and Description |
|---|
Format(EncodingName name)
Creates new descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Format |
clone() |
EncodingName |
getName()
Gets the encoding name.
|
Text |
getOptions()
Gets options
|
boolean |
matches(Format fmt)
Compares two format descriptors.
|
void |
setName(EncodingName name)
Modifies encoding name.
|
void |
setOptions(Text options)
Modify options.
|
void |
setSendPTime(Boolean newValue) |
boolean |
shouldSendPTime() |
String |
toString() |
public Format(EncodingName name)
name - the encoding namepublic EncodingName getName()
public void setName(EncodingName name)
name - new encoding name.public Text getOptions()
public void setOptions(Text options)
options - new options.public boolean matches(Format fmt)
fmt - the another format descriptorpublic boolean shouldSendPTime()
public void setSendPTime(Boolean newValue)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.