jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
import java.io.File;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.file.Path;
import java.security.PrivilegedAction;
import java.util.List;
import org.jau.io.Buffers;
import org.jau.sec.SecurityUtil;
import org.jau.sys.PlatformTypes.ABIType;
import org.jau.sys.PlatformTypes.CPUType;
import org.jau.sys.PlatformTypes.OSType;
import org.jau.sys.elf.ElfHeaderPart1;
import org.jau.sys.elf.ElfHeaderPart2;
import org.jau.sys.elf.SectionArmAttributes;
import org.jau.util.VersionNumber;
Go to the source code of this file.
Classes | |
class | org.jau.sys.PlatformProps |
Platform Properties derived from Java properties. More... | |
Packages | |
package | org.jau.sys |
Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2021 Gothel Software e.K. | |