Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.AssetUploadRequestPacket


        upload.Size = data.length;
        upload.XferID = new BigInteger("0");
        upload.ID = transactionID;

        // Build and send the upload packet
        AssetUploadRequestPacket request = new AssetUploadRequestPacket();
        request.AssetBlock.StoreLocal = storeLocal;
        request.AssetBlock.Tempfile = false; // This field is deprecated
        request.AssetBlock.TransactionID = transactionID;
        request.AssetBlock.Type = type.getIndex();
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.AssetUploadRequestPacket

Copyright © 2018 www.massapicom. 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.