Uses of Class
com.strobel.reflection.emit.CodeStream
Packages that use CodeStream
-
Uses of CodeStream in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit that return CodeStreamModifier and TypeMethodDescriptionCodeStream.putByte(int b) Puts a byte into this byte stream.CodeStream.putByteArray(byte[] b, int offset, int length) Puts an array of bytes into this byte stream.CodeStream.putDouble(double d) Puts a double into this byte stream.CodeStream.putFloat(float f) Puts a float into this byte stream.CodeStream.putInt(int i) Puts an int into this byte stream.CodeStream.putLong(long l) Puts a long into this byte stream.CodeStream.putShort(int s) Puts a short into this byte stream.Puts an UTF8 string into this byte stream.