Class PacketInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class PacketInputStream
    extends PacketToInputStream
    Deprecated.
    Use PacketToInputStream instead. This class will be removed very soon.
    • Method Summary

      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PacketInputStream

        public PacketInputStream​(Packet packet)
        Deprecated.