Package com.yahoo.prelude.hitfield
Class RawBase64
java.lang.Object
com.yahoo.prelude.hitfield.RawBase64
- All Implemented Interfaces:
Comparable<RawBase64>
Wraps a byte [] and renders it as base64 encoded string
- Author:
- baldersheim
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RawBase64
public RawBase64(byte[] content)
-
-
Method Details