Class HandshakeMessageInput

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

    public class HandshakeMessageInput
    extends java.io.ByteArrayInputStream
    • Field Summary

      • Fields inherited from class java.io.ByteArrayInputStream

        buf, count, mark, pos
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mark​(int readAheadLimit)  
      boolean markSupported()  
      void updateHash​(TlsHash hash)  
      • Methods inherited from class java.io.ByteArrayInputStream

        available, close, read, read, readAllBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.io.InputStream

        nullInputStream, read, readNBytes
      • Methods inherited from class java.lang.Object

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

      • markSupported

        public boolean markSupported()
        Overrides:
        markSupported in class java.io.ByteArrayInputStream
      • mark

        public void mark​(int readAheadLimit)
        Overrides:
        mark in class java.io.ByteArrayInputStream
      • updateHash

        public void updateHash​(TlsHash hash)