MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / ISO88591

Method ISO88591

src/Bytes.java:317–319  ·  view source on GitHub ↗

Transforms a string into an ISO-8859-1 encoded byte array.

(final String s)

Source from the content-addressed store, hash-verified

315
316 /** Transforms a string into an ISO-8859-1 encoded byte array. */
317 public static byte[] ISO88591(final String s) {
318 return s.getBytes(CharsetUtil.ISO_8859_1);
319 }
320
321 // ---------------------------- //
322 // Pretty-printing byte arrays. //

Callers 9

header090Method · 0.95
header092Method · 0.95
FilterListClass · 0.95
header092Method · 0.95
header090Method · 0.95
ColumnRangeFilterClass · 0.95
ColumnPrefixFilterClass · 0.95
KeyRegexpFilterClass · 0.95

Calls

no outgoing calls

Tested by 2

header090Method · 0.76
header092Method · 0.76