MCPcopy Create free account
hub / github.com/HTBridge/pivaa / decode

Method decode

app/src/main/java/org/apache/commons/codec/Decoder.java:45–45  ·  view source on GitHub ↗

Decodes an "encoded" Object and returns a "decoded" Object. Note that the implementation of this interface will try to cast the Object parameter to the specific type expected by a particular Decoder implementation. If a ClassCastException occurs this decode method will throw a DecoderExcepti

(Object source)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

writeMethod · 0.65
eofMethod · 0.65
decodeBase64Method · 0.65
readMethod · 0.65

Implementers 9

URLCodecapp/src/main/java/org/apache/commons/c
QCodecapp/src/main/java/org/apache/commons/c
QuotedPrintableCodecapp/src/main/java/org/apache/commons/c
BCodecapp/src/main/java/org/apache/commons/c
Hexapp/src/main/java/org/apache/commons/c
Base32app/src/main/java/org/apache/commons/c
Base64app/src/main/java/org/apache/commons/c
BaseNCodecapp/src/main/java/org/apache/commons/c
BinaryCodecapp/src/main/java/org/apache/commons/c

Calls

no outgoing calls

Tested by

no test coverage detected