jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.CharBuffer;
import java.nio.DoubleBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.LongBuffer;
import java.nio.ShortBuffer;
import org.jau.lang.UnsafeUtil;
import org.jau.sys.Debug;
import org.jau.sys.PlatformProps;
Go to the source code of this file.
Classes | |
class | org.jau.io.Buffers |
Utility methods allowing easy java.nio.Buffer manipulations. More... | |
class | org.jau.io.Buffers.Cleaner |
Access to NIO sun.misc.Cleaner , allowing caller to deterministically clean a given sun.nio.ch.DirectBuffer . More... | |
Packages | |
package | org.jau.io |
Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2020 Gothel Software e.K. | |