public class EncodingPredictor
extends java.lang.Object
Predicts encoding for error messages based on some heuristics.
Modifier and Type | Class | Description |
---|---|---|
static class |
EncodingPredictor.DecodeResult |
In certain cases the encoding is not known for sure (e.g.
|
Constructor | Description |
---|---|
EncodingPredictor() |
Modifier and Type | Method | Description |
---|---|---|
static EncodingPredictor.DecodeResult |
decode(byte[] bytes,
int offset,
int length) |
public static EncodingPredictor.DecodeResult decode(byte[] bytes, int offset, int length)
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.