public final class AudioSyntaxChecker extends SyntaxChecker
The encoding of a value with Audio syntax is the octets of the value itself, an 8KHz uncompressed encoding compatible with the SunOS 4.1.3 'play' utility. We implement it as a binary element.It has been removed in RFC 4517
| Modifier and Type | Class and Description |
|---|---|
static class |
AudioSyntaxChecker.Builder
A static Builder for this class
|
SyntaxChecker.SCBuilder<SC>| Modifier and Type | Field and Description |
|---|---|
static AudioSyntaxChecker |
INSTANCE
A static instance of AudioSyntaxChecker
|
LOG, serialVersionUIDdescription, extensions, isEnabled, isObsolete, isReadOnly, locked, names, objectType, oid, schemaName, specification| Modifier | Constructor and Description |
|---|---|
private |
AudioSyntaxChecker(String oid)
Creates a new instance of AudioSyntaxChecker
|
| Modifier and Type | Method and Description |
|---|---|
static AudioSyntaxChecker.Builder |
builder() |
equals, isValidSyntax, setSchemaManager, toStringcopy, getBytecode, getFqcn, isValid, setBytecode, setFqcnaddExtension, addExtension, addName, clear, compareOid, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setSchemaName, setSpecification, unlockpublic static final AudioSyntaxChecker INSTANCE
private AudioSyntaxChecker(String oid)
oid - The OID to use for this SyntaxCheckerpublic static AudioSyntaxChecker.Builder builder()
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.