Uses of Class
ccs.cpc.impl.CodecBinding

Packages that use CodecBinding
ccs.cpc.impl   
 

Uses of CodecBinding in ccs.cpc.impl
 

Methods in ccs.cpc.impl that return CodecBinding
 CodecBinding MimeBindery.codecsForType(java.lang.String mimetype)
           
(package private) static CodecBinding CodecBinding.createFrom(java.io.DataInputStream dis)
           
 CodecBinding[] MimeBindery.getCodecBindings()
          Obtains the list of bindings.
 

Methods in ccs.cpc.impl with parameters of type CodecBinding
 void MimeBindery.register(CodecBinding cb)
          Add a CodecBinding to the bindery.
 void MimeBindery.unregister(CodecBinding cb)
          remove a CodecBinding from the registry.