Class ServerInit
- java.lang.Object
-
- com.shinyhut.vernacular.protocol.messages.ServerInit
-
public class ServerInit extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServerInitdecode(InputStream in)intgetFramebufferHeight()intgetFramebufferWidth()StringgetName()PixelFormatgetPixelFormat()
-
-
-
Method Detail
-
getFramebufferWidth
public int getFramebufferWidth()
-
getFramebufferHeight
public int getFramebufferHeight()
-
getPixelFormat
public PixelFormat getPixelFormat()
-
getName
public String getName()
-
decode
public static ServerInit decode(InputStream in) throws IOException
- Throws:
IOException
-
-