This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.nio.charset.Charset; | |
| import java.util.LinkedList; | |
| import java.util.List; | |
| import org.codehaus.preon.Codec; | |
| import org.codehaus.preon.Codecs; | |
| import org.codehaus.preon.DecodingException; | |
| import org.codehaus.preon.annotation.BoundList; | |
| import org.codehaus.preon.annotation.BoundNumber; | |
| import org.codehaus.preon.annotation.BoundString; | |
| import org.junit.AfterClass; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | |
| <style> | |
| textarea{ | |
| width:500px; | |
| height:150px; | |
| clear:both; | |
| } | |
| </style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.codehaus.preon.Codec; | |
| import org.codehaus.preon.Codecs; | |
| import org.codehaus.preon.annotation.Bound; | |
| import org.codehaus.preon.annotation.BoundNumber; | |
| import org.codehaus.preon.annotation.If; | |
| import org.junit.Assert; | |
| import org.junit.Test; | |
| public class Preon46 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.technofovea.packbsp; | |
| import java.io.File; | |
| import java.io.FileInputStream; | |
| import java.io.IOException; | |
| import java.nio.channels.FileChannel; | |
| /** | |
| * This quick test shows a bug in the SUN/Oracle FileChannel class. | |
| * |
NewerOlder