| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,18 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.core; | |
| 2 | 17 | ||
| 3 | 18 | import org.msgpack.core.buffer.*; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,18 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.core.example; | |
| 2 | 17 | ||
| 3 | 18 | import org.msgpack.core.*; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,18 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.core | |
| 2 | 17 | ||
| 3 | 18 | import org.scalatest._ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,23 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.core | |
| 2 | 17 | ||
| 3 | 18 | import org.msgpack.value.Value | |
| 4 | 19 | import org.msgpack.value.holder.ValueHolder | |
| 5 | 20 | ||
| 6 | - import scala.collection.mutable.ListBuffer | ||
| 7 | 21 | import scala.util.Random | |
| 8 | 22 | import MessagePack.Code | |
| 9 | 23 | import java.io.ByteArrayOutputStream | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,18 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.core | |
| 2 | 17 | ||
| 3 | 18 | import java.io.ByteArrayOutputStream | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,18 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.value | |
| 2 | 17 | ||
| 3 | 18 | import org.msgpack.core.{MessagePack, MessageUnpacker, MessagePackSpec} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,18 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.jackson.dataformat; | |
| 2 | 17 | ||
| 3 | 18 | import com.fasterxml.jackson.core.*; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,18 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.jackson.dataformat; | |
| 2 | 17 | ||
| 3 | 18 | import org.junit.Test; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,18 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.jackson.dataformat.benchmark; | |
| 2 | 17 | ||
| 3 | 18 | import com.fasterxml.jackson.core.JsonProcessingException; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,18 @@ | |||
| 1 | + // | ||
| 2 | + // MessagePack for Java | ||
| 3 | + // | ||
| 4 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + // you may not use this file except in compliance with the License. | ||
| 6 | + // You may obtain a copy of the License at | ||
| 7 | + // | ||
| 8 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + // | ||
| 10 | + // Unless required by applicable law or agreed to in writing, software | ||
| 11 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + // See the License for the specific language governing permissions and | ||
| 14 | + // limitations under the License. | ||
| 15 | + // | ||
| 1 | 16 | package org.msgpack.jackson.dataformat.benchmark; | |
| 2 | 17 | ||
| 3 | 18 | import com.fasterxml.jackson.core.JsonProcessingException; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments