A B C D E F G I J K L M N O P R S T U V W

W

Wav - class org.jouvieje.fmodex.wav.Wav.
Based on FMOD Ex examples Copyright (c), Firelight Technologies Pty, Ltd, 1999-2004.
Wav(WavHeader, FmtChunk, DataChunk) - Constructor for class org.jouvieje.fmodex.wav.Wav
 
WavHeader - class org.jouvieje.fmodex.wav.WavHeader.
Based on FMOD Ex examples Copyright (c), Firelight Technologies Pty, Ltd, 1999-2004.
WavHeader(RiffChunk, byte[]) - Constructor for class org.jouvieje.fmodex.wav.WavHeader
 
windows64Libraries - Variable in class org.jouvieje.libloader.LibraryConfig
 
windowsCeLibraries - Variable in class org.jouvieje.libloader.LibraryConfig
 
windowsLibraries - Variable in class org.jouvieje.libloader.LibraryConfig
 
write(RandomAccessFile) - Method in class org.jouvieje.fmodex.wav.Wav
 
writeByte(RandomAccessFile, byte) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Write a simple byte into the file.
writeByteArray(RandomAccessFile, byte[]) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Write an entire byte[] into the file.
writeByteArray(RandomAccessFile, byte[], int, int) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Write a part of a byte[] into the file.
writeByteBuffer(RandomAccessFile, ByteBuffer) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Write an entire ByteBuffer into a file.
writeByteBuffer(RandomAccessFile, ByteBuffer, int) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Write a part of a ByteBuffer into a file.
writeChar(RandomAccessFile, char) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Convert the char in 2 bytes and write them into the file.
writeDouble(RandomAccessFile, double) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Convert the double in 8 bytes and write them into the file.
writeFloat(RandomAccessFile, float) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Convert the float in 4 bytes and write them into the file.
writeInt(RandomAccessFile, int) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Convert the int in 4 bytes and write them into the file.
writeLong(RandomAccessFile, long) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Convert the long in 8 bytes and write them into the file.
writeShort(RandomAccessFile, short) - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Convert the short in 2 bytes and write them into the file.

A B C D E F G I J K L M N O P R S T U V W
NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/

(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)