Method and Description |
---|
eu.etrap.medusa.string.NLPString.getBytes(int, int, byte[], int)
This method does not properly convert characters into bytes.
As of JDK 1.1, the preferred way to do this is via the
getBytes() method, which uses the platform's default
charset. |
Constructor and Description |
---|
eu.etrap.medusa.string.NLPString(byte[], int)
This method does not properly convert bytes into characters.
As of JDK 1.1, the preferred way to do this is via the
String constructors that take a charset name or
that use the platform's default charset. |
eu.etrap.medusa.string.NLPString(byte[], int, int, int)
This method does not properly convert bytes into characters.
As of JDK 1.1, the preferred way to do this is via the
String constructors that take a charset name or that use
the platform's default charset. |
2005-2013 Marco Büchler, Natural Language Processing Group, University of Leipzig, Germany. 2013-2016 Marco Büchler, Georg August University Göttingen, Göttingen, Germany