Class FramebufferUpdate
- java.lang.Object
-
- com.shinyhut.vernacular.protocol.messages.FramebufferUpdate
-
public class FramebufferUpdate extends Object
-
-
Constructor Summary
Constructors Constructor Description FramebufferUpdate(int numberOfRectangles)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FramebufferUpdatedecode(InputStream in)intgetNumberOfRectangles()
-
-
-
Method Detail
-
getNumberOfRectangles
public int getNumberOfRectangles()
-
decode
public static FramebufferUpdate decode(InputStream in) throws IOException
- Throws:
IOException
-
-