Examples of ByteContainer


Examples of org.jboss.serial.finalcontainers.ByteContainer

/*      */       case 99:
/* 1421 */         this.content.add(null); break;
/*      */       case 4:
/* 1423 */         this.content.add(StringUtil.readString(input, this.cache.getStringBuffer())); break;
/*      */       case 9:
/* 1425 */         this.content.add(new ByteContainer(input.readByte())); break;
/*      */       case 29:
/* 1427 */         this.content.add(new Byte(input.readByte())); break;
/*      */       case 8:
/* 1429 */         this.content.add(new ShortContainer(input.readShort())); break;
/*      */       case 28:
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.