MCPcopy Index your code
hub / github.com/HTBridge/pivaa / Decoder

Interface Decoder

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

Provides the highest level of abstraction for Decoders. This is the sister interface of Encoder. All Decoders implement this common generic interface. Allows a user to pass a generic Object to any Decoder implementation in the codec package. One of the two interfaces at the center of

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