Class StaticTypeCheckingSupport.ByteArrayStaticTypesHelper
java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ByteArrayStaticTypesHelper
- Enclosing class:
- StaticTypeCheckingSupport
public static class StaticTypeCheckingSupport.ByteArrayStaticTypesHelper
extends java.lang.Object
- 
Constructor SummaryConstructors Constructor Description ByteArrayStaticTypesHelper()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ByteArrayStaticTypesHelperpublic ByteArrayStaticTypesHelper()
 
- 
- 
Method Details- 
getAtpublic static java.lang.Byte getAt(byte[] array, int index)
- 
putAtpublic static void putAt(byte[] array, int index, byte value)
 
-