Package jcifs.smb

Class BufferCache


  • public class BufferCache
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferCache()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] getBuffer()  
      static void releaseBuffer​(byte[] buf)  
      • Methods inherited from class java.lang.Object

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

      • BufferCache

        public BufferCache()
    • Method Detail

      • getBuffer

        public static byte[] getBuffer()
                                throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • releaseBuffer

        public static void releaseBuffer​(byte[] buf)