openamf/src/java/org/openamf/io AMFDeserializer.java,1.23,1.24

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/io
In directory sc8-pr-cvs1:/tmp/cvs-serv23606/src/java/org/openamf/io

Modified Files:
	AMFDeserializer.java 
Log Message:
added support for datatype 8

Index: AMFDeserializer.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/io/AMFDeserializer.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** AMFDeserializer.java	26 Jul 2003 17:04:08 -0000	1.23
--- AMFDeserializer.java	28 Jul 2003 00:25:51 -0000	1.24
***************
*** 284,288 ****
  				data = readFlushedSO();
  				break;
! 			case AMFBody.DATA_TYPE_ARRAY_SHARED_OBJECT :
  				break;
  			case AMFBody.DATA_TYPE_ARRAY :
--- 284,291 ----
  				data = readFlushedSO();
  				break;
! 			case AMFBody.DATA_TYPE_MIXED_ARRAY :
! 				long length = inputStream.readInt();
! 				//don't do anything with the length
! 				data = readObject();
  				break;
  			case AMFBody.DATA_TYPE_ARRAY :




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.