enum Hpdf::ByteType

Overview

used in Encoder#byte_type.

Defined in:

hpdf/enum.cr

Enum Members

Single = 0

Single byte character.

Lead = 1

Lead byte of a double-byte character.

Trial = 2

Trailing byte of a double-byte character.

Unknown = 3

Invalid encoder or cannot judge the byte type.

Instance Method Summary

Instance Method Detail

def lead? #

[View source]
def single? #

[View source]
def trial? #

[View source]
def unknown? #

[View source]