Class StaticTypeCheckingSupport.ByteArrayStaticTypesHelper
- java.lang.Object
- 
- org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ByteArrayStaticTypesHelper
 
- 
- Enclosing class:
- StaticTypeCheckingSupport
 
 public static class StaticTypeCheckingSupport.ByteArrayStaticTypesHelper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ByteArrayStaticTypesHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static BytegetAt(byte[] array, int index)static voidputAt(byte[] array, int index, byte value)
 
- 
- 
- 
Method Detail- 
getAtpublic static Byte getAt(byte[] array, int index) 
 - 
putAtpublic static void putAt(byte[] array, int index, byte value)
 
- 
 
-