public class CommonRowParser.CachedLocationDescription
extends java.lang.Object
Constructor and Description |
---|
CachedLocationDescription() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getRawBytes(java.lang.String currentLocation,
java.nio.charset.Charset charset)
Get (or compute) the byte representation of the
cached location description.
|
byte[] |
getSemicolonEncoding(java.nio.charset.Charset charset)
Return the bytes encoding a semi-colon in the given character set
|
public byte[] getRawBytes(java.lang.String currentLocation, java.nio.charset.Charset charset)
currentLocation
- Current location descriptioncharset
- The character encoding for the bytespublic byte[] getSemicolonEncoding(java.nio.charset.Charset charset)
Copyright (C) 2003-2021 SQLstream, Inc.