AvatarsConquest/Docs/types/Compression.html

14 lines
1.9 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - Compression</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Network.html">Back to Server.Network</a></h4>
<h2>Compression</h2>
(<font color="blue">static</font>) <font color="blue">void</font> Compress( <font color="blue">byte</font>[] input, <font color="blue">int</font> length, <font color="blue">out</font> <font color="blue">byte</font>[] output, <font color="blue">out</font> <font color="blue">int</font> outputLength )<br>
(<font color="blue">static</font>) <font color="blue">byte</font>[] Compress( <font color="blue">byte</font>[] input, <font color="blue">int</font> offset, <font color="blue">int</font> count, <font color="blue">ref</font> <font color="blue">int</font> length )<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="ZLibError.html">ZLibError</a> Pack( <font color="blue">byte</font>[] dest, <font color="blue">ref</font> <font color="blue">int</font> destLength, <font color="blue">byte</font>[] source, <font color="blue">int</font> sourceLength )<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="ZLibError.html">ZLibError</a> Pack( <font color="blue">byte</font>[] dest, <font color="blue">ref</font> <font color="blue">int</font> destLength, <font color="blue">byte</font>[] source, <font color="blue">int</font> sourceLength, <!-- DBG-0 --><a href="ZLibQuality.html">ZLibQuality</a> quality )<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="ZLibError.html">ZLibError</a> Unpack( <font color="blue">byte</font>[] dest, <font color="blue">ref</font> <font color="blue">int</font> destLength, <font color="blue">byte</font>[] source, <font color="blue">int</font> sourceLength )<br>
</body>
</html>