Uses of Enum
com.google.zxing.pdf417.decoder.DecodedBitStreamParser.Mode
Packages that use DecodedBitStreamParser.Mode
-
Uses of DecodedBitStreamParser.Mode in com.google.zxing.pdf417.decoder
Subclasses with type arguments of type DecodedBitStreamParser.Mode in com.google.zxing.pdf417.decoderMethods in com.google.zxing.pdf417.decoder that return DecodedBitStreamParser.ModeModifier and TypeMethodDescriptionprivate static DecodedBitStreamParser.ModeDecodedBitStreamParser.decodeTextCompaction(int[] textCompactionData, int[] byteCompactionData, int length, ECIStringBuilder result, DecodedBitStreamParser.Mode startMode) The Text Compaction mode includes all the printable ASCII characters (i.e.static DecodedBitStreamParser.ModeReturns the enum constant of this type with the specified name.static DecodedBitStreamParser.Mode[]DecodedBitStreamParser.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.zxing.pdf417.decoder with parameters of type DecodedBitStreamParser.ModeModifier and TypeMethodDescriptionprivate static DecodedBitStreamParser.ModeDecodedBitStreamParser.decodeTextCompaction(int[] textCompactionData, int[] byteCompactionData, int length, ECIStringBuilder result, DecodedBitStreamParser.Mode startMode) The Text Compaction mode includes all the printable ASCII characters (i.e.