Class ServerCutText
- java.lang.Object
-
- com.shinyhut.vernacular.protocol.messages.ServerCutText
-
public class ServerCutText extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerCutText(String text)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServerCutTextdecode(InputStream in)StringgetText()
-
-
-
Constructor Detail
-
ServerCutText
public ServerCutText(String text)
-
-
Method Detail
-
getText
public String getText()
-
decode
public static ServerCutText decode(InputStream in) throws IOException
- Throws:
IOException
-
-