Class VoiceTest

java.lang.Object
zombie.core.raknet.VoiceTest

public class VoiceTest
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected static boolean bQuit  
    protected static java.nio.ByteBuffer clientBuf  
    protected static RakNetPeerInterface rnclientPeer  
    protected static RakNetPeerInterface rnserverPeer  
    protected static java.nio.ByteBuffer serverBuf  
  • Constructor Summary

    Constructors
    Constructor Description
    VoiceTest()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] stringArray)  
    protected static void rakNetClient()  
    static java.nio.ByteBuffer rakNetClientReceive()  
    protected static void rakNetServer​(int int1)  
    static java.nio.ByteBuffer rakNetServerReceive()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • bQuit

      protected static boolean bQuit
    • serverBuf

      protected static java.nio.ByteBuffer serverBuf
    • clientBuf

      protected static java.nio.ByteBuffer clientBuf
    • rnclientPeer

      protected static RakNetPeerInterface rnclientPeer
    • rnserverPeer

      protected static RakNetPeerInterface rnserverPeer
  • Constructor Details

    • VoiceTest

      public VoiceTest()
  • Method Details

    • rakNetServer

      protected static void rakNetServer​(int int1)
    • rakNetServerReceive

      public static java.nio.ByteBuffer rakNetServerReceive()
    • rakNetClient

      protected static void rakNetClient()
    • rakNetClientReceive

      public static java.nio.ByteBuffer rakNetClientReceive()
    • main

      public static void main​(java.lang.String[] stringArray)