Class IoUtil

java.lang.Object
com._1c.g5.v8.bm.common.io.IoUtil

public final class IoUtil extends Object
I/O utils.
  • Method Details

    • unmap

      public static void unmap(MappedByteBuffer buffer)
      Unmaps mapped byte buffer.
      Parameters:
      buffer - The buffer to unmap. May not be null.