Rename message length method.

This commit is contained in:
akwizgran
2018-08-24 16:55:35 +01:00
parent cb3026959a
commit 0bc07cd0c1
5 changed files with 7 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ public class Message {
/**
* Returns the length of the raw message in bytes.
*/
public int getLength() {
public int getRawLength() {
return raw.length;
}