All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ars.invoke.remote.slice.ByteArrayHelper Maven / Gradle / Ivy

The newest version!
// **********************************************************************
//
// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
//
// Ice version 3.6.2
//
// 
//
// Generated from file `ars-remote.ice'
//
// Warning: do not edit this file.
//
// 
//

package ars.invoke.remote.slice;

public final class ByteArrayHelper {
    public static void write(IceInternal.BasicStream __os, byte[] __v) {
        __os.writeByteSeq(__v);
    }

    public static byte[] read(IceInternal.BasicStream __is) {
        byte[] __v;
        __v = __is.readByteSeq();
        return __v;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy