GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.nio.TestByteBufferOutputStream Class Reference

Testing MappedByteBufferInputStream and MappedByteBufferOutputStream editing functionality. More...

Inheritance diagram for com.jogamp.common.nio.TestByteBufferOutputStream:
Collaboration diagram for com.jogamp.common.nio.TestByteBufferOutputStream:

Public Member Functions

void test00 () throws IOException
 
void test01 () throws IOException
 
void test02 () throws IOException
 
void test03 () throws IOException
 
void test10 () throws IOException
 
void test11 () throws IOException
 
void test12 () throws IOException
 
void test13 () throws IOException
 
- Public Member Functions inherited from com.jogamp.junit.util.JunitTracer
final String getTestMethodName ()
 
final String getSimpleTestName (final String separator)
 
final String getFullTestName (final String separator)
 
final void setUpBase ()
 
final void tearDownBase ()
 

Static Public Member Functions

static void main (final String args[]) throws IOException
 
- Static Public Member Functions inherited from com.jogamp.junit.util.SingletonJunitCase
static final void enableSingletonLock (final boolean v)
 Default is true. More...
 
static final void oneTimeSetUpSingleton ()
 
static final void oneTimeTearDownSingleton ()
 
- Static Public Member Functions inherited from com.jogamp.junit.util.JunitTracer
static final boolean isTestSupported ()
 
static final void setTestSupported (final boolean v)
 
static final void oneTimeSetUpBase ()
 
static final void oneTimeTearDownBase ()
 
static void waitForKey (final String preMessage)
 

Additional Inherited Members

- Public Attributes inherited from com.jogamp.junit.util.JunitTracer
final TestName _unitTestName = new TestName()
 
- Static Public Attributes inherited from com.jogamp.junit.util.SingletonJunitCase
static final String SINGLE_INSTANCE_LOCK_FILE = "SingletonTestCase.lock"
 
static final int SINGLE_INSTANCE_LOCK_PORT = 59999
 
static final long SINGLE_INSTANCE_LOCK_TO = 15*60*1000
 
static final long SINGLE_INSTANCE_LOCK_POLL = 500
 

Detailed Description

Testing MappedByteBufferInputStream and MappedByteBufferOutputStream editing functionality.

Definition at line 47 of file TestByteBufferOutputStream.java.

Member Function Documentation

◆ main()

static void com.jogamp.common.nio.TestByteBufferOutputStream.main ( final String  args[]) throws IOException
static

Definition at line 289 of file TestByteBufferOutputStream.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test00()

void com.jogamp.common.nio.TestByteBufferOutputStream.test00 ( ) throws IOException

Definition at line 224 of file TestByteBufferOutputStream.java.

◆ test01()

void com.jogamp.common.nio.TestByteBufferOutputStream.test01 ( ) throws IOException

Definition at line 230 of file TestByteBufferOutputStream.java.

◆ test02()

void com.jogamp.common.nio.TestByteBufferOutputStream.test02 ( ) throws IOException

Definition at line 236 of file TestByteBufferOutputStream.java.

◆ test03()

void com.jogamp.common.nio.TestByteBufferOutputStream.test03 ( ) throws IOException

Definition at line 242 of file TestByteBufferOutputStream.java.

◆ test10()

void com.jogamp.common.nio.TestByteBufferOutputStream.test10 ( ) throws IOException

Definition at line 248 of file TestByteBufferOutputStream.java.

◆ test11()

void com.jogamp.common.nio.TestByteBufferOutputStream.test11 ( ) throws IOException

Definition at line 258 of file TestByteBufferOutputStream.java.

◆ test12()

void com.jogamp.common.nio.TestByteBufferOutputStream.test12 ( ) throws IOException

Definition at line 268 of file TestByteBufferOutputStream.java.

◆ test13()

void com.jogamp.common.nio.TestByteBufferOutputStream.test13 ( ) throws IOException

Definition at line 278 of file TestByteBufferOutputStream.java.


The documentation for this class was generated from the following file: